summaryrefslogtreecommitdiffstats
path: root/src/usr/htmgt/htmgt_cfgdata.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/htmgt/htmgt_cfgdata.H')
-rw-r--r--src/usr/htmgt/htmgt_cfgdata.H6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/usr/htmgt/htmgt_cfgdata.H b/src/usr/htmgt/htmgt_cfgdata.H
index c96e8b10c..2e0fde5bb 100644
--- a/src/usr/htmgt/htmgt_cfgdata.H
+++ b/src/usr/htmgt/htmgt_cfgdata.H
@@ -61,8 +61,10 @@ namespace HTMGT
enum // constants
{
- //KVM mode + single node
- OCC_CFGDATA_OPENPOWER_SYSTEMTYPE = 0x81,
+ //KVM or OPAL mode + single node
+ OCC_CFGDATA_OPENPOWER_OPALVM = 0x81,
+ //PowerVM mode + single node
+ OCC_CFGDATA_OPENPOWER_POWERVM = 0x01,
CFGDATA_CORES = 24,
OpenPOWER on IntegriCloud