2 * NUMA support for s390
4 * Copyright IBM Corp. 2015
7 #ifndef _ASM_S390_MMZONE_H
8 #define _ASM_S390_MMZONE_H
12 extern struct pglist_data
*node_data
[];
13 #define NODE_DATA(nid) (node_data[nid])
15 #endif /* CONFIG_NUMA */
16 #endif /* _ASM_S390_MMZONE_H */