]> Git Repo - linux.git/blob - arch/sparc/include/asm/mmzone.h
Merge tag 'omap-for-v4.15/defconfig-v2-signed' of ssh://gitolite.kernel.org/pub/scm...
[linux.git] / arch / sparc / include / asm / mmzone.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _SPARC64_MMZONE_H
3 #define _SPARC64_MMZONE_H
4
5 #ifdef CONFIG_NEED_MULTIPLE_NODES
6
7 #include <linux/cpumask.h>
8
9 extern struct pglist_data *node_data[];
10
11 #define NODE_DATA(nid)          (node_data[nid])
12
13 extern int numa_cpu_lookup_table[];
14 extern cpumask_t numa_cpumask_lookup_table[];
15
16 #endif /* CONFIG_NEED_MULTIPLE_NODES */
17
18 #endif /* _SPARC64_MMZONE_H */
This page took 0.032507 seconds and 4 git commands to generate.