You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/03/16 15:32:20 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5758: RISC-V: Prepare CONFIG_BUILD_KERNEL part 1

xiaoxiang781216 commented on a change in pull request #5758:
URL: https://github.com/apache/incubator-nuttx/pull/5758#discussion_r828129549



##########
File path: arch/risc-v/src/common/riscv_schedulesigaction.c
##########
@@ -138,7 +138,7 @@ void up_schedule_sigaction(struct tcb_s *tcb, sig_deliver_t sigdeliver)
 
               int_ctx                     = CURRENT_REGS[REG_INT_CTX];
               int_ctx                    &= ~MSTATUS_MPIE;
-#ifdef CONFIG_BUILD_PROTECTED
+#if !defined (CONFIG_BUILD_FLAT)

Review comment:
       ditto




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org