[PATCH] x86_64: Clean up and tweak ACPI blacklist year code
authorAndi Kleen <ak@suse.de>
Sat, 25 Mar 2006 15:30:19 +0000 (16:30 +0100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 25 Mar 2006 17:10:54 +0000 (09:10 -0800)
commitf083a329e63d471a5e9238e837772b1b76c218db
tree3d0955a4190ca886c3efa2e93e725d843e7d907b
parente6fc99c6aba0350a3c4c0206b7047d4893491485
[PATCH] x86_64: Clean up and tweak ACPI blacklist year code

 - Move the core parser into dmi_scan.c.  It can be useful for other
   subsystems too.
 - Differentiate between field doesn't exist and field is 0 or
   unparseable.  The first case is likely an old BIOS with broken ACPI,
   the later is likely a slightly buggy BIOS where someone forget to
   edit the date.  Don't blacklist in the later case.

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/kernel/dmi_scan.c
drivers/acpi/blacklist.c
include/linux/dmi.h