summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/interr.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-08-10 22:56:35 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-08-10 22:56:35 +0000
commit729981841961125c3dd1b00aa7449fd761518b01 (patch)
tree5fb6f5a81cc8c4ae05716cad21db5ba3f2d168e9 /cpukit/score/include/rtems/score/interr.h
parent2010-08-10 Bharath Suri <bharath.s.jois@gmail.com> (diff)
downloadrtems-729981841961125c3dd1b00aa7449fd761518b01.tar.bz2
2010-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1658/cpukit * sapi/src/exshutdown.c, score/include/rtems/score/interr.h: If the system is not up, consider it a fatal error.
Diffstat (limited to 'cpukit/score/include/rtems/score/interr.h')
-rw-r--r--cpukit/score/include/rtems/score/interr.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpukit/score/include/rtems/score/interr.h b/cpukit/score/include/rtems/score/interr.h
index c5ecaec579..d3ee532f4d 100644
--- a/cpukit/score/include/rtems/score/interr.h
+++ b/cpukit/score/include/rtems/score/interr.h
@@ -69,7 +69,8 @@ typedef enum {
INTERNAL_ERROR_IMPLEMENTATION_KEY_CREATE_INCONSISTENCY,
INTERNAL_ERROR_IMPLEMENTATION_BLOCKING_OPERATION_CANCEL,
INTERNAL_ERROR_MUTEX_OBTAIN_FROM_BAD_STATE,
- INTERNAL_ERROR_UNLIMITED_AND_MAXIMUM_IS_0
+ INTERNAL_ERROR_UNLIMITED_AND_MAXIMUM_IS_0,
+ INTERNAL_ERROR_SHUTDOWN_WHEN_NOT_UP
} Internal_errors_Core_list;
typedef uint32_t Internal_errors_t;