s390/vdso: implement generic vdso time namespace support
[linux-2.6-microblaze.git] / arch / s390 / include / asm / vdso.h
index f655908..b45e3dd 100644 (file)
@@ -4,17 +4,18 @@
 
 #include <vdso/datapage.h>
 
-/* Default link addresses for the vDSOs */
-#define VDSO32_LBASE   0
+/* Default link address for the vDSO */
 #define VDSO64_LBASE   0
 
+#define __VVAR_PAGES   2
+
 #define VDSO_VERSION_STRING    LINUX_2.6.29
 
 #ifndef __ASSEMBLY__
 
 extern struct vdso_data *vdso_data;
 
-void vdso_getcpu_init(void);
+int vdso_getcpu_init(void);
 
 #endif /* __ASSEMBLY__ */
 #endif /* __S390_VDSO_H__ */