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>
This commit is contained in:
Tejun Heo
2011-05-02 14:18:53 +02:00
parent daf4f480ae
commit e6df595b37
4 changed files with 2 additions and 6 deletions

View File

@@ -6,6 +6,7 @@
#include <asm/acpi.h>
int __initdata numa_off;
nodemask_t numa_nodes_parsed __initdata;
static __init int numa_setup(char *opt)
{