Commit f831335d authored by Bartlomiej Swiercz's avatar Bartlomiej Swiercz Committed by Len Brown

ACPI: additional blacklist entry for ThinkPad R40e

Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent b488f021
...@@ -97,6 +97,9 @@ static int set_max_cstate(struct dmi_system_id *id) ...@@ -97,6 +97,9 @@ static int set_max_cstate(struct dmi_system_id *id)
/* Actually this shouldn't be __cpuinitdata, would be better to fix the /* Actually this shouldn't be __cpuinitdata, would be better to fix the
callers to only run once -AK */ callers to only run once -AK */
static struct dmi_system_id __cpuinitdata processor_power_dmi_table[] = { static struct dmi_system_id __cpuinitdata processor_power_dmi_table[] = {
{ set_max_cstate, "IBM ThinkPad R40e", {
DMI_MATCH(DMI_BIOS_VENDOR,"IBM"),
DMI_MATCH(DMI_BIOS_VERSION,"1SET70WW")}, (void *)1},
{ set_max_cstate, "IBM ThinkPad R40e", { { set_max_cstate, "IBM ThinkPad R40e", {
DMI_MATCH(DMI_BIOS_VENDOR,"IBM"), DMI_MATCH(DMI_BIOS_VENDOR,"IBM"),
DMI_MATCH(DMI_BIOS_VERSION,"1SET60WW")}, (void *)1}, DMI_MATCH(DMI_BIOS_VERSION,"1SET60WW")}, (void *)1},
......
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