Back to home page

OSCL-LXR

 
 

    


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 */