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


##########
arch/arm/include/arm/irq.h:
##########
@@ -244,6 +244,12 @@ static inline_function bool up_interrupt_context(void)
 #endif
 }
 
+noinstrument_function
+static inline_function void up_set_interrupt_context(bool flag)

Review Comment:
   but why move arch internal function to public header file? let's change to 
arm_set_interrupt_context and keep in arm_internal.h



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