From: Andrew Morton Update from davej Signed-off-by: Thomas Rosner Cc: Cc: "Brown, Len" Cc: Dave Jones Signed-off-by: Andrew Morton --- drivers/acpi/processor_idle.c | 6 ++++++ 1 files changed, 6 insertions(+) diff -puN drivers/acpi/processor_idle.c~acpi-disable-c2-c3-for-_all_-ibm-r40e-laptops-for-2613-bug-3549-update drivers/acpi/processor_idle.c --- devel/drivers/acpi/processor_idle.c~acpi-disable-c2-c3-for-_all_-ibm-r40e-laptops-for-2613-bug-3549-update 2005-09-16 02:58:38.000000000 -0700 +++ devel-akpm/drivers/acpi/processor_idle.c 2005-09-16 02:58:38.000000000 -0700 @@ -179,6 +179,12 @@ static struct dmi_system_id __initdata p DMI_MATCH(DMI_BIOS_VERSION, "1SET65WW") }, (void*)1}, + {set_max_cstate, "IBM ThinkPad R40e", { + DMI_MATCH(DMI_BIOS_VENDOR, + "IBM"), + DMI_MATCH(DMI_BIOS_VERSION, + "1SET68WW") }, + (void*)1}, /* Other laptops, same problem */ {set_max_cstate, "Medion 41700", { DMI_MATCH(DMI_BIOS_VENDOR, _