summaryrefslogtreecommitdiff
path: root/arch/s390x/syscall_arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/s390x/syscall_arch.h')
-rw-r--r--arch/s390x/syscall_arch.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/s390x/syscall_arch.h b/arch/s390x/syscall_arch.h
index afb99852..d1cfd2e8 100644
--- a/arch/s390x/syscall_arch.h
+++ b/arch/s390x/syscall_arch.h
@@ -73,4 +73,6 @@ static inline long __syscall6(long n, long a, long b, long c, long d, long e, lo
__asm_syscall("+r"(r2), "r"(r1), "r"(r3), "r"(r4), "r"(r5), "r"(r6), "r"(r7));
}
-#define SYSCALL_USE_SOCKETCALL
+#define VDSO_USEFUL
+#define VDSO_CGT_SYM "__kernel_clock_gettime"
+#define VDSO_CGT_VER "LINUX_2.6.29"