xiaoxiang781216 commented on code in PR #14959:
URL: https://github.com/apache/nuttx/pull/14959#discussion_r1861618935


##########
arch/arm/include/armv7-a/irq.h:
##########
@@ -476,6 +476,12 @@ static inline_function bool up_interrupt_context(void)
   return (bool)CP15_GET(TPIDRPRW);
 }
 
+noinstrument_function
+static inline_function void up_set_interrupt_context(bool flag)

Review Comment:
   change ALL flag to irq?



##########
arch/arm/src/common/arm_initialize.c:
##########
@@ -34,7 +34,12 @@
 
 /* g_interrupt_context store irq status */
 
-#if defined(CONFIG_ARCH_ARM)

Review Comment:
   why not keep CONFIG_ARCH_ARM



-- 
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