summaryrefslogtreecommitdiffstats
path: root/src/import
diff options
context:
space:
mode:
Diffstat (limited to 'src/import')
-rw-r--r--src/import/chips/ocmb/explorer/procedures/hwp/memory/exp_mss_thermal_init.C5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/import/chips/ocmb/explorer/procedures/hwp/memory/exp_mss_thermal_init.C b/src/import/chips/ocmb/explorer/procedures/hwp/memory/exp_mss_thermal_init.C
index 242f3a313..d52ac1ba6 100644
--- a/src/import/chips/ocmb/explorer/procedures/hwp/memory/exp_mss_thermal_init.C
+++ b/src/import/chips/ocmb/explorer/procedures/hwp/memory/exp_mss_thermal_init.C
@@ -71,10 +71,13 @@ extern "C"
FAPI_TRY( mss::exp::check::sensor_response(i_target, l_response),
"Failed sensor_response() for %s", mss::c_str(i_target) );
#endif
+
+#ifdef __HOSTBOOT_MODULE
// Prior to starting OCC, we go into "safemode" throttling
// After OCC is started, they can change throttles however they want
+ // We don't want to do this in Cronus mode
FAPI_TRY (mss::exp::mc::setup_emergency_throttles(i_target));
-
+#endif
// Clear the emergency mode throttle bit
FAPI_TRY (mss::exp::mc::disable_safe_mode_throttles(i_target));
OpenPOWER on IntegriCloud