RS485: fix inconsistencies in the meaning of some variables
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / sparc / include / asm / mmzone.h
blob99d9b9f577bfb15826faa7e5b488f3e76d7f81d7
1 #ifndef _SPARC64_MMZONE_H
2 #define _SPARC64_MMZONE_H
4 #ifdef CONFIG_NEED_MULTIPLE_NODES
6 #include <linux/cpumask.h>
8 extern struct pglist_data *node_data[];
10 #define NODE_DATA(nid) (node_data[nid])
12 extern int numa_cpu_lookup_table[];
13 extern cpumask_t numa_cpumask_lookup_table[];
15 #endif /* CONFIG_NEED_MULTIPLE_NODES */
17 #endif /* _SPARC64_MMZONE_H */