aboutsummaryrefslogtreecommitdiff
path: root/arch/i386/kernel/vsyscall.S
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2007-10-11 11:12:13 +0200
committerThomas Gleixner <tglx@linutronix.de>2007-10-11 11:12:13 +0200
commitcde82b404831aecccf2a1828b2dc643e0ac0e7ce (patch)
tree2bd60ad7abcc9689ffcab3c4617a9b5d2b6cd534 /arch/i386/kernel/vsyscall.S
parenta60b778b5a813c6b3663db9244f5a886f0f91027 (diff)
i386: prepare shared kernel/vsyscall.S
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/i386/kernel/vsyscall.S')
-rw-r--r--arch/i386/kernel/vsyscall.S15
1 files changed, 0 insertions, 15 deletions
diff --git a/arch/i386/kernel/vsyscall.S b/arch/i386/kernel/vsyscall.S
deleted file mode 100644
index b403890fe39..00000000000
--- a/arch/i386/kernel/vsyscall.S
+++ /dev/null
@@ -1,15 +0,0 @@
-#include <linux/init.h>
-
-__INITDATA
-
- .globl vsyscall_int80_start, vsyscall_int80_end
-vsyscall_int80_start:
- .incbin "arch/i386/kernel/vsyscall-int80.so"
-vsyscall_int80_end:
-
- .globl vsyscall_sysenter_start, vsyscall_sysenter_end
-vsyscall_sysenter_start:
- .incbin "arch/i386/kernel/vsyscall-sysenter.so"
-vsyscall_sysenter_end:
-
-__FINIT