2002-09-23 18:05:10

by Pavel Machek

[permalink] [raw]
Subject: Fix thermal managment

Hi!

Without this, thermal throttling never goes beyond T1 state because it
forgets previous state each time. This cooks machines. Please apply,
Pavel

--- clean/drivers/acpi/processor.c 2002-09-23 00:09:12.000000000 +0200
+++ linux-swsusp/drivers/acpi/processor.c 2002-09-23 00:10:11.000000000 +0200
@@ -1478,6 +1478,9 @@
* performance state.
*/

+ px = pr->limit.thermal.px;
+ tx = pr->limit.thermal.tx;
+
switch (type) {

case ACPI_PROCESSOR_LIMIT_NONE:

--
Worst form of spam? Adding advertisment signatures ala sourceforge.net.
What goes next? Inserting advertisment *into* email?