From 36615183d642a8adb2f59ffcc38d7bf08e5dcb2a Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 10 Mar 2022 14:11:12 +0100 Subject: smp: Add fatal error 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. --- spec/build/testsuites/validation/grp.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'spec/build/testsuites/validation/grp.yml') diff --git a/spec/build/testsuites/validation/grp.yml b/spec/build/testsuites/validation/grp.yml index b7f481c56f..909936f149 100644 --- a/spec/build/testsuites/validation/grp.yml +++ b/spec/build/testsuites/validation/grp.yml @@ -24,6 +24,8 @@ links: uid: fatal-smp - role: build-dependency uid: fatal-start-of-mandatory-processor-failed +- role: build-dependency + uid: fatal-start-on-not-online-processor - role: build-dependency uid: fatal-too-large-tls-size - role: build-dependency -- cgit v1.2.3