irqchip: Fix dependencies for archs w/o HAS_IOMEM
[linux/fpc-iii.git] / arch / s390 / include / asm / mmzone.h
bloba9e834e60b840b20fdb5b2e10319a5491d250da0
1 /*
2 * NUMA support for s390
4 * Copyright IBM Corp. 2015
5 */
7 #ifndef _ASM_S390_MMZONE_H
8 #define _ASM_S390_MMZONE_H
10 #ifdef CONFIG_NUMA
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 */