diff options
author | Anton Blanchard <anton@samba.org> | 2005-11-10 22:13:20 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-11-11 06:20:57 -0500 |
commit | 3e66c4def14aa64ee6d1d4ef077d789abc30125d (patch) | |
tree | 76787962cb442e7f7f38990d7460ac8e888dd355 /include/asm-ppc64/mmzone.h | |
parent | c0d33403ad39f4e945dd5b3febe5c1f94a9a1d29 (diff) |
[PATCH] ppc64: prep for NUMA sparsemem rework 2
Remove ppc64 specific version of nr_cpus_node and use the generic one
provided.
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include/asm-ppc64/mmzone.h')
-rw-r--r-- | include/asm-ppc64/mmzone.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-ppc64/mmzone.h b/include/asm-ppc64/mmzone.h index f6e95da96427..7f06afbfbabb 100644 --- a/include/asm-ppc64/mmzone.h +++ b/include/asm-ppc64/mmzone.h | |||
@@ -32,7 +32,6 @@ extern struct pglist_data *node_data[]; | |||
32 | extern int numa_cpu_lookup_table[]; | 32 | extern int numa_cpu_lookup_table[]; |
33 | extern char *numa_memory_lookup_table; | 33 | extern char *numa_memory_lookup_table; |
34 | extern cpumask_t numa_cpumask_lookup_table[]; | 34 | extern cpumask_t numa_cpumask_lookup_table[]; |
35 | extern int nr_cpus_in_node[]; | ||
36 | #ifdef CONFIG_MEMORY_HOTPLUG | 35 | #ifdef CONFIG_MEMORY_HOTPLUG |
37 | extern unsigned long max_pfn; | 36 | extern unsigned long max_pfn; |
38 | #endif | 37 | #endif |