masayuki2009 commented on PR #14363:
URL: https://github.com/apache/nuttx/pull/14363#issuecomment-2416897042

   @jasonbu 
   
   > When sig dispatch do up_schedule_sigaction, need to make a new frame to 
run arm_sigdeliver. But the exception_direct cannot handle xcp.regs as we are 
using c-function exception handler.
   > Need to use exception_common to handle SMP call.
   
   I think a similar issue would happen with rp2040 (dual Cortex-M0+), lc823450 
(dual Cortex-M3) that use exception_direct.
   So they should be fixed as well.


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