Commit 726893d4 authored by Dave Jones's avatar Dave Jones

[PATCH] Make work throttling actually work,

From Pavel Machek. Without these two lines,
the throttling limits are never reached, and a machine
will happily cook itself.
parent 9650e2ee
......@@ -1481,6 +1481,9 @@ acpi_processor_set_thermal_limit (
px = pr->limit.thermal.px;
tx = pr->limit.thermal.tx;
px = pr->limit.thermal.px;
tx = pr->limit.thermal.tx;
switch (type) {
case ACPI_PROCESSOR_LIMIT_NONE:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment