diff options
author | Tejun Heo <tj@kernel.org> | 2011-05-02 16:18:53 +0400 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2011-05-02 16:18:53 +0400 |
commit | e6df595b37c7c033ef7400b4fdd382a2dc4f4131 (patch) | |
tree | 23488915357a565777e244e6c7448c0e142e9248 /arch/x86/mm/numa_64.c | |
parent | daf4f480ae24270bac06db4293908d36b4834e21 (diff) | |
download | linux-e6df595b37c7c033ef7400b4fdd382a2dc4f4131.tar.xz |
x86, NUMA: Move numa_nodes_parsed to numa.[hc]
Move numa_nodes_parsed from numa_64.[hc] to numa.[hc] to prepare for
NUMA init path unification.
Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Yinghai Lu <yinghai@kernel.org>
Cc: David Rientjes <rientjes@google.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Diffstat (limited to 'arch/x86/mm/numa_64.c')
-rw-r--r-- | arch/x86/mm/numa_64.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/mm/numa_64.c b/arch/x86/mm/numa_64.c index 287ae798935f..70bd8221f928 100644 --- a/arch/x86/mm/numa_64.c +++ b/arch/x86/mm/numa_64.c @@ -26,8 +26,6 @@ struct pglist_data *node_data[MAX_NUMNODES] __read_mostly; EXPORT_SYMBOL(node_data); -nodemask_t numa_nodes_parsed __initdata; - static struct numa_meminfo numa_meminfo #ifndef CONFIG_MEMORY_HOTPLUG __initdata |