summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/istep08
diff options
context:
space:
mode:
authorAndres Lugo-Reyes <aalugore@us.ibm.com>2016-09-21 12:58:17 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-09-23 12:08:05 -0400
commitfdd3097633d334d6bb8fed840421bb5f232041e4 (patch)
tree5bb5ab72f16c77ef2ebeac1566643b7d79d3e47a /src/usr/isteps/istep08
parent5e28eb679db54fa4f0040dd712b311d441ed6ca2 (diff)
downloadtalos-hostboot-fdd3097633d334d6bb8fed840421bb5f232041e4.tar.gz
talos-hostboot-fdd3097633d334d6bb8fed840421bb5f232041e4.zip
Uncomment call to send processor voltage data to HWSV
Change-Id: Ic0c85af2fcf665cb5bf7cf03a2923bf4580966c8 RTC:160517 CMVC-Prereq: 1005420 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/30036 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Matt Derksen <v2cibmd@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/isteps/istep08')
-rw-r--r--src/usr/isteps/istep08/call_host_set_voltages.C2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/usr/isteps/istep08/call_host_set_voltages.C b/src/usr/isteps/istep08/call_host_set_voltages.C
index a791fac39..ed74d1eec 100644
--- a/src/usr/isteps/istep08/call_host_set_voltages.C
+++ b/src/usr/isteps/istep08/call_host_set_voltages.C
@@ -99,7 +99,6 @@ void* call_host_set_voltages(void *io_pArgs)
if( l_noError )
{
-#if 0 // TODO RTC: 160517 - Uncomment the call to send processor voltage data to HWSV
//If FSP is present, send voltage information to HWSV
if( INITSERVICE::spBaseServicesEnabled() )
{
@@ -118,7 +117,6 @@ void* call_host_set_voltages(void *io_pArgs)
}
}
-#endif
}
}while( 0 );
OpenPOWER on IntegriCloud