aboutsummaryrefslogtreecommitdiff
path: root/drivers/macintosh/therm_pm72.h
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@gmail.com>2010-02-05 03:52:16 +0000
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2010-03-09 11:55:27 +1100
commitde0b632ba05bc88949e67d33d1c313fcf922ae2e (patch)
tree9406ef8826300295b73b266d2fa754a3b0f21135 /drivers/macintosh/therm_pm72.h
parentf09b7b2a1115d3afe02c66156746287f6c63bba0 (diff)
powerpc: Fix G5 thermal shutdown
This changes the thresholds for the liquid cooled G5 thermal shutdown mechanism to prevent an errant shutdown with some models. Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'drivers/macintosh/therm_pm72.h')
-rw-r--r--drivers/macintosh/therm_pm72.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/macintosh/therm_pm72.h b/drivers/macintosh/therm_pm72.h
index 393cc9df94e..df3680e2a22 100644
--- a/drivers/macintosh/therm_pm72.h
+++ b/drivers/macintosh/therm_pm72.h
@@ -269,7 +269,7 @@ struct slots_pid_state
#define CPU_TEMP_HISTORY_SIZE 2
#define CPU_POWER_HISTORY_SIZE 10
#define CPU_PID_INTERVAL 1
-#define CPU_MAX_OVERTEMP 30
+#define CPU_MAX_OVERTEMP 90
#define CPUA_PUMP_RPM_INDEX 7
#define CPUB_PUMP_RPM_INDEX 8