summaryrefslogtreecommitdiffstats
path: root/arch/i386/kernel/vsyscall_32.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_32.S
parenta60b778b5a813c6b3663db9244f5a886f0f91027 (diff)
downloadop-kernel-dev-cde82b404831aecccf2a1828b2dc643e0ac0e7ce.zip
op-kernel-dev-cde82b404831aecccf2a1828b2dc643e0ac0e7ce.tar.gz
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_32.S')
-rw-r--r--arch/i386/kernel/vsyscall_32.S15
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/i386/kernel/vsyscall_32.S b/arch/i386/kernel/vsyscall_32.S
new file mode 100644
index 0000000..b403890
--- /dev/null
+++ b/arch/i386/kernel/vsyscall_32.S
@@ -0,0 +1,15 @@
+#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
OpenPOWER on IntegriCloud