WIP FPC-III support
[linux/fpc-iii.git] / arch / sparc / include / asm / mmzone.h
blob6543fb97a8499a3f23339ed19f17d6629d18118d
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _SPARC64_MMZONE_H
3 #define _SPARC64_MMZONE_H
5 #ifdef CONFIG_NEED_MULTIPLE_NODES
7 #include <linux/cpumask.h>
9 extern struct pglist_data *node_data[];
11 #define NODE_DATA(nid) (node_data[nid])
13 extern int numa_cpu_lookup_table[];
14 extern cpumask_t numa_cpumask_lookup_table[];
16 #endif /* CONFIG_NEED_MULTIPLE_NODES */
18 #endif /* _SPARC64_MMZONE_H */