![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 /* 0003 * Written by Pat Gaughen (gone@us.ibm.com) Mar 2002 0004 * 0005 */ 0006 0007 #ifndef _ASM_X86_MMZONE_32_H 0008 #define _ASM_X86_MMZONE_32_H 0009 0010 #include <asm/smp.h> 0011 0012 #ifdef CONFIG_NUMA 0013 extern struct pglist_data *node_data[]; 0014 #define NODE_DATA(nid) (node_data[nid]) 0015 #endif /* CONFIG_NUMA */ 0016 0017 #endif /* _ASM_X86_MMZONE_32_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |