summaryrefslogtreecommitdiffstats
path: root/src/include/kernel/kernel_reasoncodes.H
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2013-12-02 15:42:00 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-12-09 13:35:42 -0600
commit1249f09a980679936b5f67b6f90baec50a3b1e19 (patch)
tree0c058618e04d6277f1ce43e6702b35529462e2a2 /src/include/kernel/kernel_reasoncodes.H
parent10d410189691f5d4107d5c7d2a0af9332204e634 (diff)
downloadtalos-hostboot-1249f09a980679936b5f67b6f90baec50a3b1e19.tar.gz
talos-hostboot-1249f09a980679936b5f67b6f90baec50a3b1e19.zip
Force TIs for unhandled exceptions
Change-Id: I743687d7072af303e62d638a7ee5ad6f89afbccb RTC: 89403 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/7484 Tested-by: Jenkins Server Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/kernel/kernel_reasoncodes.H')
-rw-r--r--src/include/kernel/kernel_reasoncodes.H1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/kernel/kernel_reasoncodes.H b/src/include/kernel/kernel_reasoncodes.H
index f76d0993b..6cab81be3 100644
--- a/src/include/kernel/kernel_reasoncodes.H
+++ b/src/include/kernel/kernel_reasoncodes.H
@@ -41,6 +41,7 @@
// without a MODULE ID.
RC_ASSERT = KERNEL_COMP_ID | 0x01, /**< Assert */
RC_SHUTDOWN = KERNEL_COMP_ID | 0x02, /**< Shutdown */
+ RC_UNHANDLED_EX = KERNEL_COMP_ID | 0x03, /**< Unhandled Except. */
};
#endif
OpenPOWER on IntegriCloud