Fix thermal managment

Pavel Machek (pavel@ucw.cz)
Mon, 23 Sep 2002 19:35:01 +0200


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?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/