summaryrefslogtreecommitdiffstats
path: root/src/include/usr/hdat/hdat.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/usr/hdat/hdat.H')
-rwxr-xr-xsrc/include/usr/hdat/hdat.H3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/usr/hdat/hdat.H b/src/include/usr/hdat/hdat.H
index 8e7107a1c..bdbc7dbe7 100755
--- a/src/include/usr/hdat/hdat.H
+++ b/src/include/usr/hdat/hdat.H
@@ -179,7 +179,8 @@ enum hdatProcStatus
HDAT_PROC_NOT_USABLE = 0xC0000000, // Unusable
HDAT_PROC_STAT_BITS = 0xC0000000, // constant to and off all bits
// but 2 status bits
- HDAT_RESERVE_FOR_CCM = 0x10000000 // reserved for future use
+ HDAT_RESERVE_FOR_CCM = 0x10000000, // reserved for future use
+ HDAT_PROC_IPL_MASTER = 0x08000000 // Master Proc from IPL perspective
};
/* @enum hdatThreadIndicator
OpenPOWER on IntegriCloud