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


##########
arch/arm/src/cxd56xx/cxd56_cpustart.c:
##########
@@ -122,7 +122,7 @@ static void appdsp_boot(void)
   irq_attach(CXD56_IRQ_SMP_CALL, cxd56_smp_call_handler, NULL);
   up_enable_irq(CXD56_IRQ_SMP_CALL);
 
-  spin_unlock(&g_appdsp_boot);
+  raw_spin_unlock(&g_appdsp_boot);

Review Comment:
   > Should we wait for the same changes on 
[espressif/esp-hal-3rdparty#8](https://github.com/espressif/esp-hal-3rdparty/pull/8)?
   
   we don't need https://github.com/espressif/esp-hal-3rdparty/pull/8 anymore, 
the real fix is this line:
   
https://github.com/apache/nuttx/pull/15691/files#diff-322a814575a3e73db5f2836c677e324a3a9e814c42aa87ca583a4199dfa21341R103



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

Reply via email to