From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: <20080509152246.109754763@saeurebad.de> References: <20080509151713.939253437@saeurebad.de> Date: Fri, 09 May 2008 17:17:16 +0200 From: Johannes Weiner Subject: [PATCH 3/3] x86: Migrate X86_32 to bootmem2 Content-Disposition: inline; filename=migrate-x86_32-to-bootmem2.patch Sender: owner-linux-mm@kvack.org Return-Path: To: linux-kernel@vger.kernel.org, linux-mm@kvack.org Cc: Ingo Molnar , Andi Kleen , Yinghai Lu , Andrew Morton , Linus Torvalds List-ID: Straight-forward migration to bootmem2 for x86 single-node systems. Signed-off-by: Johannes Weiner --- 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, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org