ACPI: additional blacklist entry for ThinkPad R40e
authorBartlomiej Swiercz <swierczu@dmcs.p.lodz.pl>
Mon, 29 May 2006 11:16:00 +0000 (07:16 -0400)
committerLen Brown <len.brown@intel.com>
Wed, 28 Jun 2006 07:34:19 +0000 (03:34 -0400)
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/processor_idle.c

index 5551bfbc47aa565daccc5df43e42af5ee80c9c21..2278b21b5eb8cabd7e6091d9045b8f9afc6cacc3 100644 (file)
@@ -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
    callers to only run once -AK */
 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", {
          DMI_MATCH(DMI_BIOS_VENDOR,"IBM"),
          DMI_MATCH(DMI_BIOS_VERSION,"1SET60WW")}, (void *)1},