diff options
Diffstat (limited to 'src/usr/htmgt/htmgt_cfgdata.H')
-rw-r--r-- | src/usr/htmgt/htmgt_cfgdata.H | 6 |
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, |