summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/istep07
diff options
context:
space:
mode:
authorcrgeddes <crgeddes@us.ibm.com>2016-08-10 21:08:24 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-08-24 15:54:09 -0400
commit1b429c064fbbbbdb4fec73e9ebf780485b490b48 (patch)
tree1432fbfcb255573f3eeaf6762cc17187f4e47a03 /src/usr/isteps/istep07
parent3be87b5d73ece3921638e098de2131cb4aca301b (diff)
downloadtalos-hostboot-1b429c064fbbbbdb4fec73e9ebf780485b490b48.tar.gz
talos-hostboot-1b429c064fbbbbdb4fec73e9ebf780485b490b48.zip
Remove hdat attribute sync hack from mss_eff_config
This was needed initially in bringup because attributes were not being populated by hardware procedures (because they didnt exist yet) Change-Id: If199a695440a4e5342044910f9e9ced38b796788 RTC:143191 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/28135 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Christian R. Geddes <crgeddes@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/isteps/istep07')
-rw-r--r--src/usr/isteps/istep07/call_mss_eff_config.C3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/usr/isteps/istep07/call_mss_eff_config.C b/src/usr/isteps/istep07/call_mss_eff_config.C
index 56c3a896f..a53c19a3f 100644
--- a/src/usr/isteps/istep07/call_mss_eff_config.C
+++ b/src/usr/isteps/istep07/call_mss_eff_config.C
@@ -48,7 +48,6 @@
#include <config.h>
#include <fapi2.H>
#include <fapi2/plat_hwp_invoker.H>
-#include <targeting/attrsync.H>
// HWP
#include <p9_mss_eff_config.H>
@@ -151,8 +150,6 @@ void* call_mss_eff_config( void *io_pArgs )
TRACFCOMP( ISTEPS_TRACE::g_trac_isteps_trace, "call_mss_eff_config entry" );
- TARGETING::hdatAttrHack();
-
TARGETING::Target* l_sys = NULL;
targetService().getTopLevelTarget(l_sys);
assert( l_sys != NULL );
OpenPOWER on IntegriCloud