summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/mmzone.h
diff options
context:
space:
mode:
authorAnton Blanchard <anton@samba.org>2010-04-26 17:32:43 +0200
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2010-05-06 09:41:58 +0200
commit25863de07af9cb90e6365cc8216bdd17f2394515 (patch)
treeac765e8b06006efea240ce287d587103341bf380 /arch/powerpc/include/asm/mmzone.h
parentpowerpc/cpumask: Convert hotplug-cpu code to new cpumask API (diff)
downloadlinux-25863de07af9cb90e6365cc8216bdd17f2394515.tar.xz
linux-25863de07af9cb90e6365cc8216bdd17f2394515.zip
powerpc/cpumask: Convert NUMA code to new cpumask API
Convert NUMA code to new cpumask API. We shift the node to cpumask setup code until after we complete bootmem allocation so we can dynamically allocate the cpumasks. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/include/asm/mmzone.h')
-rw-r--r--arch/powerpc/include/asm/mmzone.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/mmzone.h b/arch/powerpc/include/asm/mmzone.h
index 35acac90c8ca..aac87cbceb57 100644
--- a/arch/powerpc/include/asm/mmzone.h
+++ b/arch/powerpc/include/asm/mmzone.h
@@ -30,7 +30,7 @@ extern struct pglist_data *node_data[];
*/
extern int numa_cpu_lookup_table[];
-extern cpumask_t numa_cpumask_lookup_table[];
+extern cpumask_var_t node_to_cpumask_map[];
#ifdef CONFIG_MEMORY_HOTPLUG
extern unsigned long max_pfn;
#endif