From 4600b5ab2261a0a290fd77981351536db2650b07 Mon Sep 17 00:00:00 2001 From: Lin Ming Date: Wed, 12 May 2010 09:26:48 +0800 Subject: [PATCH] --- yaml --- r: 193502 b: refs/heads/master c: cce4f632db200aef147c59084437168174b23f11 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/acpi/bus.c | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 200f6213b37a..0f3d2fca72aa 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2aae2d918d88fdf0f8c066520cda0a30409db23f +refs/heads/master: cce4f632db200aef147c59084437168174b23f11 diff --git a/trunk/drivers/acpi/bus.c b/trunk/drivers/acpi/bus.c index 49af19bb8c9b..e1bfe7164245 100644 --- a/trunk/drivers/acpi/bus.c +++ b/trunk/drivers/acpi/bus.c @@ -69,6 +69,7 @@ static struct dmi_system_id __cpuinitdata power_nocheck_dmi_table[] = { }; +#ifdef CONFIG_X86 static int set_copy_dsdt(const struct dmi_system_id *id) { printk(KERN_NOTICE "%s detected - " @@ -97,8 +98,14 @@ static struct dmi_system_id dsdt_dmi_table[] __initdata = { DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"), DMI_MATCH(DMI_PRODUCT_NAME, "Satellite L505D"), }, - } + }, + {} }; +#else +static struct dmi_system_id dsdt_dmi_table[] __initdata = { + {} +}; +#endif /* -------------------------------------------------------------------------- Device Management