mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-26 08:28:20 +08:00
Fix context switch on SMP for ARM, PowerPC and SPARC. Atomically test and set the is executing indicator of the heir context to ensure that at most one processor uses the heir context. Break the busy wait loop also due to heir updates.