Commit 6e4aea02 authored by Len Brown's avatar Len Brown Committed by Len Brown

[ACPI] Notify the BIOS that Linux can handle _CST.

http://bugzilla.kernel.org/show_bug.cgi?id=1958Signed-off-by: default avatarBruno Ducrot <ducrot@poupinou.org>
Signed-off-by: default avatarDominik Brodowski <linux@dominikbrodowski.de>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent f50c763a
......@@ -527,6 +527,14 @@ acpi_processor_get_info (
request_region(pr->throttling.address, 6, "ACPI CPU throttle");
}
if (!errata.smp && (pr->id == 0) && acpi_fadt.cst_cnt) {
status = acpi_os_write_port(acpi_fadt.smi_cmd, acpi_fadt.cst_cnt, 8);
if (ACPI_FAILURE(status)) {
ACPI_DEBUG_PRINT((ACPI_DB_ERROR,
"Notifying BIOS of _CST ability failed\n"));
}
}
acpi_processor_get_power_info(pr);
#ifdef CONFIG_CPU_FREQ
acpi_processor_ppc_has_changed(pr);
......
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