Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * NUMA support for s390
0004  *
0005  * Copyright IBM Corp. 2015
0006  */
0007 
0008 #ifndef _ASM_S390_MMZONE_H
0009 #define _ASM_S390_MMZONE_H
0010 
0011 #ifdef CONFIG_NUMA
0012 
0013 extern struct pglist_data *node_data[];
0014 #define NODE_DATA(nid) (node_data[nid])
0015 
0016 #endif /* CONFIG_NUMA */
0017 #endif /* _ASM_S390_MMZONE_H */