mm: make wait_on_page_writeback() wait for multiple pending writebacks
[linux/fpc-iii.git] / arch / s390 / include / asm / vdso.h
blobf655908890540ecc329c595502e6832c45668722
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __S390_VDSO_H__
3 #define __S390_VDSO_H__
5 #include <vdso/datapage.h>
7 /* Default link addresses for the vDSOs */
8 #define VDSO32_LBASE 0
9 #define VDSO64_LBASE 0
11 #define VDSO_VERSION_STRING LINUX_2.6.29
13 #ifndef __ASSEMBLY__
15 extern struct vdso_data *vdso_data;
17 void vdso_getcpu_init(void);
19 #endif /* __ASSEMBLY__ */
20 #endif /* __S390_VDSO_H__ */