summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/interr.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-02-17 11:40:18 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-02-19 09:59:39 +0100
commit33cb8bf64d7b7551ea3a2e7ced5d4b56cd32d6db (patch)
tree9aca7c789c974a8e3d7538cfad7d40c4c9aef37a /cpukit/score/include/rtems/score/interr.h
parentscore: Delete INTERNAL_ERROR_SHUTDOWN_WHEN_NOT_UP (diff)
downloadrtems-33cb8bf64d7b7551ea3a2e7ced5d4b56cd32d6db.tar.bz2
score: Add RTEMS_FATAL_SOURCE_BSP
Merge RTEMS_FATAL_SOURCE_BSP_GENERIC and RTEMS_FATAL_SOURCE_BSP_SPECIFIC into new fatal source RTEMS_FATAL_SOURCE_BSP. This makes it easier to figure out the code position given a fatal source and code.
Diffstat (limited to 'cpukit/score/include/rtems/score/interr.h')
-rw-r--r--cpukit/score/include/rtems/score/interr.h17
1 files changed, 5 insertions, 12 deletions
diff --git a/cpukit/score/include/rtems/score/interr.h b/cpukit/score/include/rtems/score/interr.h
index f181c55560..4ad52c9fb0 100644
--- a/cpukit/score/include/rtems/score/interr.h
+++ b/cpukit/score/include/rtems/score/interr.h
@@ -69,21 +69,14 @@ typedef enum {
RTEMS_FATAL_SOURCE_EXIT,
/**
- * @brief Fatal source for generic BSP errors.
+ * @brief Fatal source for BSP errors.
*
- * The fatal codes are defined in <bsp/generic-fatal.h>. Examples are
- * interrupt and exception initialization.
+ * The fatal codes are defined in <bsp/fatal.h>. Examples are interrupt and
+ * exception initialization.
*
- * @see bsp_generic_fatal_code and bsp_generic_fatal().
+ * @see bsp_fatal_code and bsp_fatal().
*/
- RTEMS_FATAL_SOURCE_BSP_GENERIC,
-
- /**
- * @brief Fatal source for BSP specific errors.
- *
- * The fatal code is BSP specific.
- */
- RTEMS_FATAL_SOURCE_BSP_SPECIFIC,
+ RTEMS_FATAL_SOURCE_BSP,
/**
* @brief Fatal source of assert().