summaryrefslogtreecommitdiffstats
path: root/src/usr/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/runtime')
-rw-r--r--src/usr/runtime/hdatservice.C2
-rw-r--r--src/usr/runtime/populate_attributes.C8
2 files changed, 2 insertions, 8 deletions
diff --git a/src/usr/runtime/hdatservice.C b/src/usr/runtime/hdatservice.C
index 733063281..a6eceed51 100644
--- a/src/usr/runtime/hdatservice.C
+++ b/src/usr/runtime/hdatservice.C
@@ -318,7 +318,7 @@ errlHndl_t RUNTIME::load_host_data( void )
// if any AVP flags are set, override the payload kind
if( (mnfg_flags & TARGETING::MNFG_FLAG_BIT_MNFG_AVP_ENABLE)
- || (mnfg_flags & TARGETING::MNFG_FLAG_BIT_MNFG_AVP_ENABLE) )
+ || (mnfg_flags & TARGETING::MNFG_FLAG_BIT_MNFG_HDAT_AVP_ENABLE) )
{
if( payload_kind != TARGETING::PAYLOAD_KIND_AVP )
{
diff --git a/src/usr/runtime/populate_attributes.C b/src/usr/runtime/populate_attributes.C
index 30514ca6b..650f0d927 100644
--- a/src/usr/runtime/populate_attributes.C
+++ b/src/usr/runtime/populate_attributes.C
@@ -520,13 +520,7 @@ errlHndl_t populate_attributes( void )
do {
TRACFCOMP( g_trac_runtime, "Running populate_attributes" );
- // Map the Host Data into the VMM
- errhdl = RUNTIME::load_host_data();
- if( errhdl )
- {
- break;
- }
-
+ // Write the System-level Attributes
errhdl = populate_system_attributes();
if( errhdl )
{
OpenPOWER on IntegriCloud