mm: make wait_on_page_writeback() wait for multiple pending writebacks
[linux/fpc-iii.git] / arch / s390 / include / asm / numa.h
blob23cd5d1b734bcefb6f76958687507f8b1de94e86
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * NUMA support for s390
5 * Declare the NUMA core code structures and functions.
7 * Copyright IBM Corp. 2015
8 */
10 #ifndef _ASM_S390_NUMA_H
11 #define _ASM_S390_NUMA_H
13 #ifdef CONFIG_NUMA
15 #include <linux/numa.h>
17 void numa_setup(void);
19 #else
21 static inline void numa_setup(void) { }
23 #endif /* CONFIG_NUMA */
25 #endif /* _ASM_S390_NUMA_H */