summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndi Kleen2006-02-26 04:18:43 +0100
committerLinus Torvalds2006-02-26 18:53:30 +0100
commit2eb1bdbad89b19c99f8ac1de1492cdabbff6b3d3 (patch)
treeeb0182da181df8022003182a8566629f8ca56c22
parent[PATCH] x86_64: Fix NMI watchdog on x460 (diff)
downloadkernel-qcow2-linux-2eb1bdbad89b19c99f8ac1de1492cdabbff6b3d3.tar.gz
kernel-qcow2-linux-2eb1bdbad89b19c99f8ac1de1492cdabbff6b3d3.tar.xz
kernel-qcow2-linux-2eb1bdbad89b19c99f8ac1de1492cdabbff6b3d3.zip
[PATCH] x86_64: Disable ACPI blacklist by year for now on x86-64
ACPI is initialized very early on x86-64, before the DMI code is initialized. This means it would often discover a 0 year and then turn off ACPI because it thought the BIOS was too old. Some systems don't boot without ACPI so this was a problem. I have a full fix by adding new very early DMI detection, but it needs more testing before it can be merged. For 2.6.16 let's just turn the check off. It never made much sense anyways because there are no x86-64 systems older than 2002 or so and they generally all have working ACPI. Cc: len.brown@intel.com Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r--drivers/acpi/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig
index 9dc2fbe6efa7..33e2ca847a26 100644
--- a/drivers/acpi/Kconfig
+++ b/drivers/acpi/Kconfig
@@ -247,7 +247,7 @@ config ACPI_CUSTOM_DSDT_FILE
Enter the full path name to the file wich includes the AmlCode declaration.
config ACPI_BLACKLIST_YEAR
- int "Disable ACPI for systems before Jan 1st this year" if X86
+ int "Disable ACPI for systems before Jan 1st this year" if X86_32
default 0
help
enter a 4-digit year, eg. 2001 to disable ACPI by default