From a04815030803b94f5aa59453143e63b7bf261eea Mon Sep 17 00:00:00 2001 From: Zane Shelley Date: Tue, 10 May 2016 14:57:43 -0500 Subject: Removed temp workaround to load ATTR_TMP Change-Id: Ibac4cb5a4d742b8c7e2e57265ee0af29a9a53415 RTC: 134050 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/24341 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: Matthew A. Ploetz Reviewed-by: William G. Hoffa Reviewed-by: William H. Schwartz Reviewed-by: Daniel M. Crowell --- src/runtime/rt_main.C | 7 +------ src/usr/diag/attn/runtime/attn_rt.C | 11 ----------- 2 files changed, 1 insertion(+), 17 deletions(-) diff --git a/src/runtime/rt_main.C b/src/runtime/rt_main.C index 2c3b956e7..d9a21c9b8 100644 --- a/src/runtime/rt_main.C +++ b/src/runtime/rt_main.C @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2013,2015 */ +/* Contributors Listed Below - COPYRIGHT 2013,2016 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -107,14 +107,9 @@ runtimeInterfaces_t* rt_start(hostInterfaces_t* intf) // Initialize all modules. vfs_module_init(); - // TODO RTC 134050 This is the ideal place for initialization calls. - // Opal has not initialized pnor or ipmi, so initialization - // was moved to attn enable as a short term measure. -#if 0 // apply temp overrides postInitCalls_t* rtPost = getPostInitCalls(); rtPost->callApplyTempOverrides(); -#endif // Return our interface pointer structure. return rtInterfaces; diff --git a/src/usr/diag/attn/runtime/attn_rt.C b/src/usr/diag/attn/runtime/attn_rt.C index c0558fa3e..62860d91b 100644 --- a/src/usr/diag/attn/runtime/attn_rt.C +++ b/src/usr/diag/attn/runtime/attn_rt.C @@ -48,17 +48,6 @@ namespace ATTN_RT */ int enableAttns(void) { - // TODO RTC 134050 Post init setups are temporarily here because - // Opal has not set up pnor or ipmi before calling rt_main. - static bool onlyCallApplyTempOverridesOnce = false; - if (!onlyCallApplyTempOverridesOnce) - { - ATTN_SLOW("ATTN_RT::enableAttns - call initialzation routines"); - postInitCalls_t* rtPost = getPostInitCalls(); - rtPost->callApplyTempOverrides(); - onlyCallApplyTempOverridesOnce = true; - } - ATTN_SLOW(ENTER_MRK"ATTN_RT::enableAttns"); int rc = 0; -- cgit v1.2.1