summaryrefslogtreecommitdiffstats
path: root/src/occ_405/amec/amec_pcap.c
diff options
context:
space:
mode:
authormbroyles <mbroyles@us.ibm.com>2019-07-09 12:16:13 -0500
committerMartha Broyles <mbroyles@us.ibm.com>2019-07-10 13:42:21 -0500
commite447be8c2f21e3e7202779c546587afeb9e3e8ae (patch)
treef5213bd3e52a1d816ce95cc7d7b423e133e879e2 /src/occ_405/amec/amec_pcap.c
parent8a315b7ce843dcd9cdc0bfd909adc55a0bcb8f5d (diff)
downloadtalos-occ-e447be8c2f21e3e7202779c546587afeb9e3e8ae.tar.gz
talos-occ-e447be8c2f21e3e7202779c546587afeb9e3e8ae.zip
Delete debug sensors to save SRAM
Change-Id: Id1f23066951f09988a7f7dfdd868d7d9a166975e Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/80156 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Christopher J. Cain <cjcain@us.ibm.com> Reviewed-by: William A. Bryan <wilbryan@us.ibm.com> Reviewed-by: Martha Broyles <mbroyles@us.ibm.com>
Diffstat (limited to 'src/occ_405/amec/amec_pcap.c')
-rwxr-xr-xsrc/occ_405/amec/amec_pcap.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/occ_405/amec/amec_pcap.c b/src/occ_405/amec/amec_pcap.c
index 1ae2478..f4b69f6 100755
--- a/src/occ_405/amec/amec_pcap.c
+++ b/src/occ_405/amec/amec_pcap.c
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER OnChipController Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2011,2018 */
+/* Contributors Listed Below - COPYRIGHT 2011,2019 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -540,8 +540,6 @@ void amec_ppb_fmax_calc(void)
//Set the slaves local copy of ppb_fmax to that received from Master OCC.
g_amec->proc[0].pwr_votes.ppb_fmax = G_dcom_slv_inbox_doorbell_rx.ppb_fmax;
- // For debug
- sensor_update( AMECSENSOR_PTR(PROBE250US0), g_amec->proc[0].pwr_votes.ppb_fmax);
//CALCULATION done by MASTER OCC only.
if(OCC_MASTER == G_occ_role)
OpenPOWER on IntegriCloud