From: Yinghai Lu Date: Tue, 23 Sep 2008 07:35:33 +0000 (-0700) Subject: x86: fix macro with bad_bios_dmi_table X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a8b71a2810386a5ac8f43d2095fe3355f0d8db37;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git x86: fix macro with bad_bios_dmi_table DMI tables need a blank NULL tail. fixes the crash on Ingo's test box. Signed-off-by: Yinghai Lu Signed-off-by: Ingo Molnar --- diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c index d29951c11be0..3ce3edfcc3cd 100644 --- a/arch/x86/kernel/setup.c +++ b/arch/x86/kernel/setup.c @@ -758,8 +758,8 @@ static struct dmi_system_id __initdata bad_bios_dmi_table[] = { DMI_MATCH(DMI_BIOS_VENDOR, "Phoenix Technologies, LTD"), }, }, - {} #endif + {} }; /*