mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-01 02:12:29 +08:00
Set CPU_ENABLE_ROBUST_THREAD_DISPATCH to TRUE. In this case the interrupts are always enabled during a context switch even after interrupt processing (see #2751). Remove the CPSR from the context control since it contains only volatile bits. Close #2954.