aboutsummaryrefslogtreecommitdiffstats
path: root/arch/alpha/defconfig
diff options
context:
space:
mode:
authorDave Hansen <haveblue@us.ibm.com>2005-06-23 00:07:42 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-06-23 09:45:01 -0700
commit3a9da7655d2d5b7f790a370328cf093440c80496 (patch)
tree29fd39ee7dce0cfb4abc104a8492c22ff7f06111 /arch/alpha/defconfig
parent[PATCH] sparsemem base: teach discontig about sparse ranges (diff)
downloadlinux-dev-3a9da7655d2d5b7f790a370328cf093440c80496.tar.xz
linux-dev-3a9da7655d2d5b7f790a370328cf093440c80496.zip
[PATCH] create mm/Kconfig for arch-independent memory options
With sparsemem being introduced, we need a central place for new memory-related .config options: mm/Kconfig. This allows us to remove many of the duplicated arch-specific options. The new option, CONFIG_FLATMEM, is there to enable us to detangle NUMA and DISCONTIGMEM. This is a requirement for sparsemem because sparsemem uses the NUMA code without the presence of DISCONTIGMEM. The sparsemem patches use CONFIG_FLATMEM in generic code, so this patch is a requirement before applying them. Almost all places that used to do '#ifndef CONFIG_DISCONTIGMEM' should use '#ifdef CONFIG_FLATMEM' instead. Signed-off-by: Andy Whitcroft <apw@shadowen.org> 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 '')
0 files changed, 0 insertions, 0 deletions