Messages in this thread Patch in this message |  | | | Date | Fri, 09 May 2008 17:17:16 +0200 | | From | Johannes Weiner <> | | Subject | [PATCH 3/3] x86: Migrate X86_32 to bootmem2 |
| |
Straight-forward migration to bootmem2 for x86 single-node systems.
Signed-off-by: Johannes Weiner <hannes@saeurebad.de> --- 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 --
|  |