diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:12:13 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:12:13 -0400 |
commit | cde82b404831aecccf2a1828b2dc643e0ac0e7ce (patch) | |
tree | 2bd60ad7abcc9689ffcab3c4617a9b5d2b6cd534 /arch/i386/kernel/vsyscall.S | |
parent | a60b778b5a813c6b3663db9244f5a886f0f91027 (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.S | 15 |
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 b403890fe39b..000000000000 --- a/arch/i386/kernel/vsyscall.S +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | #include <linux/init.h> | ||
2 | |||
3 | __INITDATA | ||
4 | |||
5 | .globl vsyscall_int80_start, vsyscall_int80_end | ||
6 | vsyscall_int80_start: | ||
7 | .incbin "arch/i386/kernel/vsyscall-int80.so" | ||
8 | vsyscall_int80_end: | ||
9 | |||
10 | .globl vsyscall_sysenter_start, vsyscall_sysenter_end | ||
11 | vsyscall_sysenter_start: | ||
12 | .incbin "arch/i386/kernel/vsyscall-sysenter.so" | ||
13 | vsyscall_sysenter_end: | ||
14 | |||
15 | __FINIT | ||