![]() |
|
|||
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 */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |