aboutsummaryrefslogtreecommitdiff
path: root/original/uapi/asm-x86/asm/vsyscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'original/uapi/asm-x86/asm/vsyscall.h')
-rw-r--r--original/uapi/asm-x86/asm/vsyscall.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/original/uapi/asm-x86/asm/vsyscall.h b/original/uapi/asm-x86/asm/vsyscall.h
index 85dc1b3..b97dd6e 100644
--- a/original/uapi/asm-x86/asm/vsyscall.h
+++ b/original/uapi/asm-x86/asm/vsyscall.h
@@ -7,11 +7,6 @@ enum vsyscall_num {
__NR_vgetcpu,
};
-#define VSYSCALL_START (-10UL << 20)
-#define VSYSCALL_SIZE 1024
-#define VSYSCALL_END (-2UL << 20)
-#define VSYSCALL_MAPPED_PAGES 1
-#define VSYSCALL_ADDR(vsyscall_nr) (VSYSCALL_START+VSYSCALL_SIZE*(vsyscall_nr))
-
+#define VSYSCALL_ADDR (-10UL << 20)
#endif /* _UAPI_ASM_X86_VSYSCALL_H */