]> git.baikalelectronics.ru Git - kernel.git/commit
ACPI: Disable MWAIT via DMI on broken Compal board
authorZhao Yakui <yakui.zhao@intel.com>
Tue, 24 Jun 2008 10:02:57 +0000 (18:02 +0800)
committerAndi Kleen <andi@basil.nowhere.org>
Wed, 16 Jul 2008 21:27:05 +0000 (23:27 +0200)
commitf3c7ec0e35835cae14ed94590b6a296134eedad3
treecc140e964124f14f668c83fccccf73fc3320bb63
parentb958b8acfcaf9c6f42525e1ecb845217fb6e708e
ACPI: Disable MWAIT via DMI on broken Compal board

If a system matches in this DMI table,
Linux will disable MWAIT support for idle.
ie. "idle=nomwait" is automatically invoked
and C1_FFH and C2C3_FFH access mode are disabled.

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

Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
Signed-off-by: Li Shaohua <shaohua.li@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Signed-off-by: Andi Kleen <ak@linux.intel.com>
drivers/acpi/processor_core.c