[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <4947A0B3.76E4.0078.0@novell.com>
Date: Tue, 16 Dec 2008 11:36:03 +0000
From: "Jan Beulich" <jbeulich@...ell.com>
To: <mingo@...e.hu>, <tglx@...utronix.de>, <hpa@...or.com>
Cc: <linux-kernel@...r.kernel.org>
Subject: [PATCH] x86: fix compiler warning without
CONFIG_X86_RESERVE_LOW_64K
Signed-off-by: Jan Beulich <jbeulich@...ell.com>
---
arch/x86/kernel/setup.c | 2 ++
1 file changed, 2 insertions(+)
--- linux-2.6.28-rc8/arch/x86/kernel/setup.c 2008-12-11 14:36:52.000000000 +0100
+++ 2.6.28-rc8-x86-dmi-low-mem/arch/x86/kernel/setup.c 2008-12-15 11:35:43.000000000 +0100
@@ -738,6 +738,7 @@ void start_periodic_check_for_corruption
}
#endif
+#ifdef CONFIG_X86_RESERVE_LOW_64K
static int __init dmi_low_memory_corruption(const struct dmi_system_id *d)
{
printk(KERN_NOTICE
@@ -749,6 +750,7 @@ static int __init dmi_low_memory_corrupt
return 0;
}
+#endif
/* List of systems that have known low memory corruption BIOS problems */
static struct dmi_system_id __initdata bad_bios_dmi_table[] = {
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists