patacongo commented on issue #207: SMP for Cortex-A MPcore is unstable
URL: https://github.com/apache/incubator-nuttx/issues/207#issuecomment-585253784
 
 
   I don't see any simple way to implement the first issue you mention, that 
where g_irqtmp would be invalid in the case of nested interrupts.  I see only 
two solutions and neither are simple:
   
   1. Implement IRQ/FIQ stacks.  I am not clear on the design that would use 
these stacks, but stacking the data should be able to support nesting.
   
   2. Implement ICCMPR interrupt controls and prohibit nesting interrupts 
altogether.
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to