wangchdo commented on code in PR #17644:
URL: https://github.com/apache/nuttx/pull/17644#discussion_r2684560322


##########
arch/arm64/include/irq.h:
##########
@@ -267,16 +268,18 @@ struct xcptcontext
   uintptr_t sigreturn;
 
 #endif
+#endif /* CONFIG_ENABLE_ALL_SIGNALS */
   /* task stack reg context */
 
   uint64_t *regs;
 #ifndef CONFIG_BUILD_FLAT
   uint64_t *initregs;
 #endif
-
+#ifdef CONFIG_ENABLE_ALL_SIGNALS

Review Comment:
   Done



##########
arch/arm64/src/common/Make.defs:
##########


Review Comment:
   Done



##########
arch/arm/src/common/Make.defs:
##########
@@ -40,9 +40,11 @@ endif
 
 ifeq ($(CONFIG_BUILD_PROTECTED)$(CONFIG_BUILD_KERNEL),y)
   CMN_CSRCS += arm_task_start.c arm_pthread_start.c
-  CMN_CSRCS += arm_signal_dispatch.c

Review Comment:
   Done



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to