mm: make wait_on_page_writeback() wait for multiple pending writebacks
[linux/fpc-iii.git] / arch / s390 / include / asm / mmzone.h
blob73e3e7c6976c5ed4f6ff412ab87e737e05752b30
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * NUMA support for s390
5 * Copyright IBM Corp. 2015
6 */
8 #ifndef _ASM_S390_MMZONE_H
9 #define _ASM_S390_MMZONE_H
11 #ifdef CONFIG_NUMA
13 extern struct pglist_data *node_data[];
14 #define NODE_DATA(nid) (node_data[nid])
16 #endif /* CONFIG_NUMA */
17 #endif /* _ASM_S390_MMZONE_H */