summaryrefslogtreecommitdiffstats
path: root/src/include/arch/ppc.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/arch/ppc.H')
-rw-r--r--src/include/arch/ppc.H4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/arch/ppc.H b/src/include/arch/ppc.H
index 455728500..7e8b768c2 100644
--- a/src/include/arch/ppc.H
+++ b/src/include/arch/ppc.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2011,2015 */
+/* Contributors Listed Below - COPYRIGHT 2011,2016 */
/* [+] Google Inc. */
/* [+] International Business Machines Corp. */
/* */
@@ -466,6 +466,8 @@ enum
MAGIC_WAKE_MASTER_THREAD = 7015, // Wake master thread
MAGIC_WAKE_OTHER_THREADS = 7016, // Wake other threads on initial CORE
MAGIC_WAKE_FUSED_THREADS = 7017, // Wake up fused core threads
+ MAGIC_BREAK_ON_ERROR = 7018, // Breakpoint in error cases if
+ // env var HB_BREAK_ON_ERROR
MAGIC_CONTINUOUS_TRACE = 7055, // extract mixed trace buffer
};
OpenPOWER on IntegriCloud