mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-23 23:50:03 +08:00
Add SMP-specifc SMP_FATAL_MULTITASKING_START_ON_NOT_ONLINE_PROCESSOR fatal error. This fatal error helps to diagnose a broken SMP startup sequence. Without this error a context switch using the NULL pointer for the thread control block happens which may be difficult to debug.