Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef _SPARC64_MMZONE_H
0003 #define _SPARC64_MMZONE_H
0004 
0005 #ifdef CONFIG_NUMA
0006 
0007 #include <linux/cpumask.h>
0008 
0009 extern struct pglist_data *node_data[];
0010 
0011 #define NODE_DATA(nid)      (node_data[nid])
0012 
0013 extern int numa_cpu_lookup_table[];
0014 extern cpumask_t numa_cpumask_lookup_table[];
0015 
0016 #endif /* CONFIG_NUMA */
0017 
0018 #endif /* _SPARC64_MMZONE_H */