Skip to content

Commit

Permalink
ACPI: delete ZEPTO idle=nomwait DMI quirk
Browse files Browse the repository at this point in the history
per comments in the bug report, this entry
seems to hurt at much as it helps.

https://bugzilla.kernel.org/show_bug.cgi?id=10807

Signed-off-by: Len Brown <len.brown@intel.com>
  • Loading branch information
Len Brown committed Sep 28, 2010
1 parent 32163f4 commit 64a3230
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions drivers/acpi/processor_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@ static int set_no_mwait(const struct dmi_system_id *id)
}

static struct dmi_system_id __cpuinitdata processor_idle_dmi_table[] = {
{
set_no_mwait, "IFL91 board", {
DMI_MATCH(DMI_BIOS_VENDOR, "COMPAL"),
DMI_MATCH(DMI_SYS_VENDOR, "ZEPTO"),
DMI_MATCH(DMI_PRODUCT_VERSION, "3215W"),
DMI_MATCH(DMI_BOARD_NAME, "IFL91") }, NULL},
{
set_no_mwait, "Extensa 5220", {
DMI_MATCH(DMI_BIOS_VENDOR, "Phoenix Technologies LTD"),
Expand Down

0 comments on commit 64a3230

Please sign in to comment.