![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 #ifndef __ASM_MMZONE_H 0003 #define __ASM_MMZONE_H 0004 0005 #ifdef CONFIG_NUMA 0006 0007 #include <asm/numa.h> 0008 0009 extern struct pglist_data *node_data[]; 0010 #define NODE_DATA(nid) (node_data[(nid)]) 0011 0012 #endif /* CONFIG_NUMA */ 0013 #endif /* __ASM_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 |
![]() ![]() |