[rtems commit] score: Delete SMP_FATAL_SHUTDOWN_EARLY
Sebastian Huber
sebh at rtems.org
Fri Jun 6 06:34:42 UTC 2014
Module: rtems
Branch: master
Commit: c952ecab58aa69c6e7322cbf1dad02e94f08cead
Changeset: http://git.rtems.org/rtems/commit/?id=c952ecab58aa69c6e7322cbf1dad02e94f08cead
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Thu Jun 5 10:28:08 2014 +0200
score: Delete SMP_FATAL_SHUTDOWN_EARLY
Sort enum lexicographically.
---
cpukit/score/include/rtems/score/smpimpl.h | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/cpukit/score/include/rtems/score/smpimpl.h b/cpukit/score/include/rtems/score/smpimpl.h
index 70475ba..e2fee39 100644
--- a/cpukit/score/include/rtems/score/smpimpl.h
+++ b/cpukit/score/include/rtems/score/smpimpl.h
@@ -54,14 +54,13 @@ extern "C" {
* @brief SMP fatal codes.
*/
typedef enum {
- SMP_FATAL_SHUTDOWN,
- SMP_FATAL_SHUTDOWN_EARLY,
SMP_FATAL_BOOT_PROCESSOR_NOT_ASSIGNED_TO_SCHEDULER,
SMP_FATAL_MANDATORY_PROCESSOR_NOT_PRESENT,
+ SMP_FATAL_MULTITASKING_START_ON_INVALID_PROCESSOR,
SMP_FATAL_MULTITASKING_START_ON_UNASSIGNED_PROCESSOR,
- SMP_FATAL_START_OF_MANDATORY_PROCESSOR_FAILED,
+ SMP_FATAL_SHUTDOWN,
SMP_FATAL_SHUTDOWN_RESPONSE,
- SMP_FATAL_MULTITASKING_START_ON_INVALID_PROCESSOR
+ SMP_FATAL_START_OF_MANDATORY_PROCESSOR_FAILED
} SMP_Fatal_code;
static inline void _SMP_Fatal( SMP_Fatal_code code )
More information about the vc
mailing list