Skip to content

Commit 20e582e

Browse files
vsyrjalarafaeljw
authored andcommitted
Revert "ACPI: processor: idle: fix lockup regression on 32-bit ThinkPad T40"
This reverts commit bfe55a1. This was presumably misdiagnosed as an inability to use C3 at all when I suspect the real problem is just misconfiguration of C3 vs. ARB_DIS. Signed-off-by: Ville Syrjälä <[email protected]> Cc: 5.16+ <[email protected]> # 5.16+ Tested-by: Woody Suwalski <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent fc45e55 commit 20e582e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

drivers/acpi/processor_idle.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,6 @@ 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},
10499
{},
105100
};
106101

0 commit comments

Comments
 (0)