[PATCH] reorganize x86-64 NUMA and DISCONTIGMEM config options
authorMatt Tolentino <metolent@snoqualmie.dp.intel.com>
Thu, 23 Jun 2005 07:08:06 +0000 (00:08 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 23 Jun 2005 16:45:06 +0000 (09:45 -0700)
commit2b97690f4cd960779fb351b7cd9974390afabb36
tree26a94d00bc67f3036cea966ba7435f8e1efd3779
parent1035faf1b19efb83d5626985240f52cd149dd39b
[PATCH] reorganize x86-64 NUMA and DISCONTIGMEM config options

In order to use the alternative sparsemem implmentation for NUMA kernels,
we need to reorganize the config options.  This patch effectively abstracts
out the CONFIG_DISCONTIGMEM options to CONFIG_NUMA in most cases.  Thus,
the discontigmem implementation may be employed as always, but the
sparsemem implementation may be used alternatively.

Signed-off-by: Matt Tolentino <matthew.e.tolentino@intel.com>
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>
arch/x86_64/kernel/head64.c
arch/x86_64/kernel/setup.c
arch/x86_64/mm/Makefile
arch/x86_64/mm/init.c
arch/x86_64/mm/ioremap.c
include/asm-x86_64/io.h
include/asm-x86_64/mmzone.h
include/asm-x86_64/page.h
include/asm-x86_64/topology.h