[PATCH 3/3] x86: Migrate X86_32 to bootmem2

From: Johannes Weiner
Date: Fri May 09 2008 - 12:23:45 EST


Straight-forward migration to bootmem2 for x86 single-node systems.

Signed-off-by: Johannes Weiner <hannes@xxxxxxxxxxxx>
---
arch/x86/Kconfig | 1 +
1 file changed, 1 insertion(+)

--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -25,6 +25,7 @@
select HAVE_KRETPROBES
select HAVE_KVM if ((X86_32 && !X86_VOYAGER && !X86_VISWS && !X86_NUMAQ) || X86_64)
select HAVE_ARCH_KGDB if !X86_VOYAGER
+ select HAVE_BOOTMEM2 if X86_32

config DEFCONFIG_LIST
string

--

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/