From 18c1910fe597158178380a0cfb74504736b4fb3b Mon Sep 17 00:00:00 2001 From: crgeddes Date: Wed, 14 Jun 2017 16:53:11 -0500 Subject: Autogenerate targeting xmls for ekb attributes CMVC-Prereq: 1028808 Change-Id: I3d50cf242fd4cf23358c553a1b5395950616637e Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41860 Reviewed-by: Martin Gloff Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell --- src/usr/targeting/common/util.C | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/usr/targeting/common/util.C') diff --git a/src/usr/targeting/common/util.C b/src/usr/targeting/common/util.C index 92fec0365..c1be41203 100644 --- a/src/usr/targeting/common/util.C +++ b/src/usr/targeting/common/util.C @@ -326,13 +326,13 @@ uint8_t is_fused_mode( ) smt8_only / fused_cores / * --> fused */ - uint8_t l_mode = sys->getAttr();; + uint8_t l_mode = sys->getAttr();; uint8_t l_option = sys->getAttr();; PAYLOAD_KIND l_payload = sys->getAttr(); if (FUSED_CORE_OPTION_USING_DEFAULT_CORES == l_option) { - if (FUSED_CORE_MODE_SMT4_DEFAULT == l_mode) + if (FUSED_CORE_MODE_HB_SMT4_DEFAULT == l_mode) { if (PAYLOAD_KIND_PHYP == l_payload) { @@ -343,7 +343,7 @@ uint8_t is_fused_mode( ) l_fused = false; } } - else if (FUSED_CORE_MODE_SMT4_ONLY == l_mode) + else if (FUSED_CORE_MODE_HB_SMT4_ONLY == l_mode) { l_fused = false; } -- cgit v1.2.1