summaryrefslogtreecommitdiffstats
path: root/src/occ_405/amec/amec_slave_smh.c
diff options
context:
space:
mode:
authorShawn McCarney <shawnmm@us.ibm.com>2017-04-25 15:19:48 -0500
committerChristopher J. Cain <cjcain@us.ibm.com>2017-04-27 17:39:49 -0400
commitb227f22726bc2c51c65966c461f96b450875edd3 (patch)
tree3063a295560bad8bf22f30445f4a313b0ab13fde /src/occ_405/amec/amec_slave_smh.c
parentc36fa46c1e2ab003f0b12c0e52ad7301b826ea38 (diff)
downloadtalos-occ-b227f22726bc2c51c65966c461f96b450875edd3.tar.gz
talos-occ-b227f22726bc2c51c65966c461f96b450875edd3.zip
OCC: Non-GPU Sensors to main memory: Phase 1
Performed the following sensor renames required by this RTC story: FREQA4MSP0Cy -> FREQACy UTIL4MSP0Cy -> UTILCy PWR250US -> PWRSYS PWR250USP0 -> PWRPROC Also renamed the following related symbols: * Associated sensor_t field names in the amec_sys_t data structure * Mini-sensor field names * Parent sensors that contain a vector iterating over renamed sensors Change-Id: I1e9e17661e5730ed6309fc7617c61bd973d2e44f Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/39772 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: William A. Bryan <wilbryan@us.ibm.com> Reviewed-by: Martha Broyles <mbroyles@us.ibm.com> Reviewed-by: Christopher J. Cain <cjcain@us.ibm.com>
Diffstat (limited to 'src/occ_405/amec/amec_slave_smh.c')
-rwxr-xr-xsrc/occ_405/amec/amec_slave_smh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/occ_405/amec/amec_slave_smh.c b/src/occ_405/amec/amec_slave_smh.c
index edf791b..b2e37d7 100755
--- a/src/occ_405/amec/amec_slave_smh.c
+++ b/src/occ_405/amec/amec_slave_smh.c
@@ -409,9 +409,9 @@ void amec_slv_state_0(void)
//-------------------------------------------------------
sensor_vector_update(AMECSENSOR_PTR(TEMPPROCAVG), 1);
sensor_vector_update(AMECSENSOR_PTR(TEMPPROCTHRM), 1);
- sensor_vector_update(AMECSENSOR_PTR(FREQA4MSP0), 1);
+ sensor_vector_update(AMECSENSOR_PTR(FREQA), 1);
sensor_vector_update(AMECSENSOR_PTR(IPS4MSP0), 1);
- sensor_vector_update(AMECSENSOR_PTR(UTIL4MSP0), 1);
+ sensor_vector_update(AMECSENSOR_PTR(UTIL), 1);
// Call the trace function for 2ms tracing if it has been configured via
// Amester. If not configured, this call will return immediately.
OpenPOWER on IntegriCloud