Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /* K8 NUMA support */
0003 /* Copyright 2002,2003 by Andi Kleen, SuSE Labs */
0004 /* 2.5 Version loosely based on the NUMAQ Code by Pat Gaughen. */
0005 #ifndef _ASM_X86_MMZONE_64_H
0006 #define _ASM_X86_MMZONE_64_H
0007 
0008 #ifdef CONFIG_NUMA
0009 
0010 #include <linux/mmdebug.h>
0011 #include <asm/smp.h>
0012 
0013 extern struct pglist_data *node_data[];
0014 
0015 #define NODE_DATA(nid)      (node_data[nid])
0016 
0017 #endif
0018 #endif /* _ASM_X86_MMZONE_64_H */