diff options
author | Dave Hansen <haveblue@us.ibm.com> | 2005-06-23 00:07:45 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-23 09:45:02 -0700 |
commit | 0e19243e9a19ef8e5994852671bd06bb51630811 (patch) | |
tree | 6afcb567e6236a57ff20805f4d4d96c2e6655457 /arch/ia64/defconfig | |
parent | 3f22ab276b931b72ea04b184c155b34d0362bfc3 (diff) | |
download | kernel_samsung_aries-0e19243e9a19ef8e5994852671bd06bb51630811.zip kernel_samsung_aries-0e19243e9a19ef8e5994852671bd06bb51630811.tar.gz kernel_samsung_aries-0e19243e9a19ef8e5994852671bd06bb51630811.tar.bz2 |
[PATCH] update all defconfigs for ARCH_DISCONTIGMEM_ENABLE
This will at least suppress one prompt that users would have received the
first time they compile with the new DISCONTIG arch option. They'll still
get the "Memory Model" prompt, but 99% of them will have the default work
there.
Signed-off-by: Dave Hansen <haveblue@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/ia64/defconfig')
-rw-r--r-- | arch/ia64/defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/defconfig b/arch/ia64/defconfig index 7be8096..8444add 100644 --- a/arch/ia64/defconfig +++ b/arch/ia64/defconfig @@ -84,7 +84,7 @@ CONFIG_IA64_L1_CACHE_SHIFT=7 CONFIG_NUMA=y CONFIG_VIRTUAL_MEM_MAP=y CONFIG_HOLES_IN_ZONE=y -CONFIG_DISCONTIGMEM=y +CONFIG_ARCH_DISCONTIGMEM_ENABLE=y CONFIG_IA64_CYCLONE=y CONFIG_IOSAPIC=y CONFIG_FORCE_MAX_ZONEORDER=18 |