From: Andi Kleen Date: Sat, 25 Mar 2006 15:30:19 +0000 (+0100) Subject: [PATCH] x86_64: Clean up and tweak ACPI blacklist year code X-Git-Tag: v2.6.17-rc1~702 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f083a329e63d471a5e9238e837772b1b76c218db;p=pandora-kernel.git [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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed