hujun260 commented on code in PR #14578: URL: https://github.com/apache/nuttx/pull/14578#discussion_r1924655917
########## include/nuttx/irq.h: ########## @@ -80,7 +80,7 @@ do \ { \ g_cpu_irqset = 0; \ Review Comment: We need g_cpu_irqlock not just to protect g_cpu_irqset, but to safeguard the entire critical section logic. -- 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-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org