summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/istep08/call_host_set_voltages.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/isteps/istep08/call_host_set_voltages.C')
-rw-r--r--src/usr/isteps/istep08/call_host_set_voltages.C17
1 files changed, 9 insertions, 8 deletions
diff --git a/src/usr/isteps/istep08/call_host_set_voltages.C b/src/usr/isteps/istep08/call_host_set_voltages.C
index c940858cd..55e334fa3 100644
--- a/src/usr/isteps/istep08/call_host_set_voltages.C
+++ b/src/usr/isteps/istep08/call_host_set_voltages.C
@@ -137,14 +137,15 @@ void* call_host_set_voltages(void *io_pArgs)
break;
}
-#ifdef CONFIG_SMP_WRAP_TEST
- // Make the FAPI call to p9_fbc_eff_config_links
- // Make the FAPI call to p9_sys_chiplet_scominit, if previous call succeeded
- fapiHWPCallWrapperHandler(P9_FBC_EFF_CONFIG_LINKS_F_T, l_stepError,
- HWPF_COMP_ID, TYPE_PROC) &&
- fapiHWPCallWrapperHandler(P9_SYS_CHIPLET_SCOMINIT, l_stepError,
- HWPF_COMP_ID, TYPE_PROC);
-#endif
+ if (INITSERVICE::isSMPWrapConfig())
+ {
+ // Make the FAPI call to p9_fbc_eff_config_links
+ // Make the FAPI call to p9_sys_chiplet_scominit, if previous call succeeded
+ fapiHWPCallWrapperHandler(P9_FBC_EFF_CONFIG_LINKS_F_T, l_stepError,
+ HWPF_COMP_ID, TYPE_PROC) &&
+ fapiHWPCallWrapperHandler(P9_SYS_CHIPLET_SCOMINIT, l_stepError,
+ HWPF_COMP_ID, TYPE_PROC);
+ }
}while( 0 );
OpenPOWER on IntegriCloud