]> git.ipfire.org Git - thirdparty/kernel/linux.git/blame - arch/sparc/include/asm/mmzone.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/kernel/linux.git] / arch / sparc / include / asm / mmzone.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
a00736e9
SR
2#ifndef _SPARC64_MMZONE_H
3#define _SPARC64_MMZONE_H
4
5#ifdef CONFIG_NEED_MULTIPLE_NODES
6
17ad6ea6
SR
7#include <linux/cpumask.h>
8
a00736e9
SR
9extern struct pglist_data *node_data[];
10
11#define NODE_DATA(nid) (node_data[nid])
a00736e9
SR
12
13extern int numa_cpu_lookup_table[];
14extern cpumask_t numa_cpumask_lookup_table[];
15
16#endif /* CONFIG_NEED_MULTIPLE_NODES */
17
18#endif /* _SPARC64_MMZONE_H */