yang zhang commented on a discussion: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/868#note_137071


No an accompanying fix in cpukit.
I just add a fix in 'fault_handler', it's the smallest change but not good 
solution.
Currently only `aarch64` and `microblaze` support this. `aarch64` would check 
whether need dispatch by 
thread_dispatch_disable_level/dispatch_necessary/isr_dispatch_disable, but 
`microblaze` only by thread_dispatch_disable_level/dispatch_necessary.
Maybe should do a fix in `_CPU_Exception_dispatch_and_resume` for 
`isr_dispatch_disable` not in 'fault_handler', do you have a good idea?

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/868#note_137071
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to