From: Lin Ming Date: Wed, 12 May 2010 01:26:48 +0000 (+0800) Subject: ACPI: fix early DSDT dmi check warnings on ia64 X-Git-Tag: v2.6.35-rc1~477^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cce4f632db200aef147c59084437168174b23f11;p=pandora-kernel.git ACPI: fix early DSDT dmi check warnings on ia64 WARNING: at drivers/firmware/dmi_scan.c:423 dmi_matches+0x70/0x160() dmi check: not initialized yet. This is caused by commit aa2110c (ACPI: add boot option acpi=copy_dsdt to fix corrupt DSDT). DMI is not initialized yet in acpi_early_init on ia64. The DSDT DMI check table is x86 specific, so make it empty on other archs. And this fixes the warnings on ia64. Reported-and-tested-by: Tony Luck Signed-off-by: Lin Ming Signed-off-by: Len Brown --- Reading git-diff-tree failed