]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] x86_64: Disable ACPI blacklist by year for now on x86-64
authorAndi Kleen <ak@suse.de>
Sun, 26 Feb 2006 03:18:43 +0000 (04:18 +0100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 26 Feb 2006 17:53:30 +0000 (09:53 -0800)
commit2eb1bdbad89b19c99f8ac1de1492cdabbff6b3d3
treeeb0182da181df8022003182a8566629f8ca56c22
parent1f9921539208f6d88f600a801e333d718e4a13ff
[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>
drivers/acpi/Kconfig