tmedicci commented on code in PR #15691: URL: https://github.com/apache/nuttx/pull/15691#discussion_r1934046834
########## 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 https://github.com/espressif/esp-hal-3rdparty/pull/8? -- 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