summaryrefslogtreecommitdiffstats
path: root/src/occ_405/amec/amec_freq.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/occ_405/amec/amec_freq.c')
-rwxr-xr-xsrc/occ_405/amec/amec_freq.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/occ_405/amec/amec_freq.c b/src/occ_405/amec/amec_freq.c
index 66ea8de..f44c120 100755
--- a/src/occ_405/amec/amec_freq.c
+++ b/src/occ_405/amec/amec_freq.c
@@ -383,22 +383,6 @@ void amec_slv_proc_voting_box(void)
}
}
- // Controller request based on VRHOT signal from processor regulator
- if(g_amec->vrhotproc.freq_request < l_chip_fmax)
- {
- l_chip_fmax = g_amec->vrhotproc.freq_request;
- l_chip_reason = AMEC_VOTING_REASON_VRHOT_THRM;
-
- if(l_report_throttle_freq <= l_chip_fmax)
- {
- l_kvm_throt_reason = PROC_OVERTEMP_EXCEED_REPORT;
- }
- else
- {
- l_kvm_throt_reason = CPU_OVERTEMP;
- }
- }
-
for (k=0; k<MAX_NUM_CORES; k++)
{
if( CORE_PRESENT(k) && !CORE_OFFLINE(k) )
@@ -427,7 +411,6 @@ void amec_slv_proc_voting_box(void)
// have a thermal or power emergency
if(!(l_chip_reason & (AMEC_VOTING_REASON_PROC_THRM |
AMEC_VOTING_REASON_VDD_THRM |
- AMEC_VOTING_REASON_VRHOT_THRM |
AMEC_VOTING_REASON_PPB |
AMEC_VOTING_REASON_PMAX |
AMEC_VOTING_REASON_CONN_OC)))
OpenPOWER on IntegriCloud