[rtems-central commit] spec: Fix SMP fatal code names

Sebastian Huber sebh at rtems.org
Tue Feb 14 14:01:30 UTC 2023


Module:    rtems-central
Branch:    master
Commit:    c381c8e6ab8350ee8f419862edf3a6c244e35f31
Changeset: http://git.rtems.org/rtems-central/commit/?id=c381c8e6ab8350ee8f419862edf3a6c244e35f31

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Feb 14 08:07:53 2023 +0100

spec: Fix SMP fatal code names

---

 spec/score/smp/if/fatal-start-on-not-online-processor.yml   | 2 +-
 spec/score/smp/if/fatal-wrong-cpu-state-to-perform-jobs.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/spec/score/smp/if/fatal-start-on-not-online-processor.yml b/spec/score/smp/if/fatal-start-on-not-online-processor.yml
index c9d84004..83077856 100644
--- a/spec/score/smp/if/fatal-start-on-not-online-processor.yml
+++ b/spec/score/smp/if/fatal-start-on-not-online-processor.yml
@@ -9,6 +9,6 @@ links:
   uid: header-impl
 - role: interface-ingroup
   uid: group
-name: SMP_FATAL_MULTITASKING_START_ON_INVALID_PROCESSOR
+name: SMP_FATAL_MULTITASKING_START_ON_NOT_ONLINE_PROCESSOR
 references: []
 type: interface
diff --git a/spec/score/smp/if/fatal-wrong-cpu-state-to-perform-jobs.yml b/spec/score/smp/if/fatal-wrong-cpu-state-to-perform-jobs.yml
index f38634ec..7a753761 100644
--- a/spec/score/smp/if/fatal-wrong-cpu-state-to-perform-jobs.yml
+++ b/spec/score/smp/if/fatal-wrong-cpu-state-to-perform-jobs.yml
@@ -9,6 +9,6 @@ links:
   uid: header-impl
 - role: interface-ingroup
   uid: group
-name: SMP_FATAL_START_OF_MANDATORY_PROCESSOR_FAILED
+name: SMP_FATAL_WRONG_CPU_STATE_TO_PERFORM_JOBS
 references: []
 type: interface



More information about the vc mailing list