summaryrefslogtreecommitdiff
path: root/cpukit/score/include/rtems/score/smpimpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/include/rtems/score/smpimpl.h')
-rw-r--r--cpukit/score/include/rtems/score/smpimpl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpukit/score/include/rtems/score/smpimpl.h b/cpukit/score/include/rtems/score/smpimpl.h
index 3ee7aa25d0..70475ba22c 100644
--- a/cpukit/score/include/rtems/score/smpimpl.h
+++ b/cpukit/score/include/rtems/score/smpimpl.h
@@ -60,7 +60,8 @@ typedef enum {
SMP_FATAL_MANDATORY_PROCESSOR_NOT_PRESENT,
SMP_FATAL_MULTITASKING_START_ON_UNASSIGNED_PROCESSOR,
SMP_FATAL_START_OF_MANDATORY_PROCESSOR_FAILED,
- SMP_FATAL_SHUTDOWN_RESPONSE
+ SMP_FATAL_SHUTDOWN_RESPONSE,
+ SMP_FATAL_MULTITASKING_START_ON_INVALID_PROCESSOR
} SMP_Fatal_code;
static inline void _SMP_Fatal( SMP_Fatal_code code )