Skip to content

Commit 8292656

Browse files
committed
Merge branch 'acpi-processor'
Merge fix for a recent boot lockup regression on 32-bit ThinkPad T40. * acpi-processor: ACPI: processor: idle: fix lockup regression on 32-bit ThinkPad T40
2 parents f98da1d + bfe55a1 commit 8292656

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

drivers/acpi/processor_idle.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,11 @@ static const struct dmi_system_id processor_power_dmi_table[] = {
9696
DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK Computer Inc."),
9797
DMI_MATCH(DMI_PRODUCT_NAME,"L8400B series Notebook PC")},
9898
(void *)1},
99+
/* T40 can not handle C3 idle state */
100+
{ set_max_cstate, "IBM ThinkPad T40", {
101+
DMI_MATCH(DMI_SYS_VENDOR, "IBM"),
102+
DMI_MATCH(DMI_PRODUCT_NAME, "23737CU")},
103+
(void *)2},
99104
{},
100105
};
101106

0 commit comments

Comments
 (0)