[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20081110080939.544E63E660F@basil.firstfloor.org>
Date: Mon, 10 Nov 2008 09:09:39 +0100 (CET)
From: Andi Kleen <andi@...stfloor.org>
To: mingo@...e.hu, linux-kernel@...r.kernel.org
Subject: [PATCH] [2/2] Fix warning with !CONFIG_X86_RESERVE_LOW_64K
Signed-off-by: Andi Kleen <ak@...ux.intel.com>
---
arch/x86/kernel/setup.c | 2 ++
1 file changed, 2 insertions(+)
Index: linux-2.6.28-rc4-test/arch/x86/kernel/setup.c
===================================================================
--- linux-2.6.28-rc4-test.orig/arch/x86/kernel/setup.c 2008-10-24 13:34:40.000000000 +0200
+++ linux-2.6.28-rc4-test/arch/x86/kernel/setup.c 2008-11-10 09:06:00.000000000 +0100
@@ -738,6 +738,7 @@
}
#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 @@
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