summaryrefslogtreecommitdiffstats
path: root/testsuites/validation/tr-fatal-start-on-not-online-processor.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* smp: Add fatal errorSebastian Huber2022-03-241-0/+84
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.