Commit ae00fd58 authored by Len Brown's avatar Len Brown Committed by Len Brown

[ACPI] Let C4 demote to C3, not directly to C2.

Signed-off-by: default avatarDominik Brodowski <linux@brodo.de>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent 629e2afd
......@@ -425,10 +425,7 @@ acpi_processor_set_power_policy (
cx->demotion.threshold.bm = 0x0F;
}
/* from C3 we always demote to C2, even if there are multiple
* states of type C3 available. */
if (cx->type < ACPI_STATE_C3)
lower = cx;
lower = cx;
}
/* promotion */
......
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