aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/ia32/syscall32_syscall.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/ia32/syscall32_syscall.S')
-rw-r--r--arch/x86/ia32/syscall32_syscall.S17
1 files changed, 0 insertions, 17 deletions
diff --git a/arch/x86/ia32/syscall32_syscall.S b/arch/x86/ia32/syscall32_syscall.S
deleted file mode 100644
index 933f0f08b1cf..000000000000
--- a/arch/x86/ia32/syscall32_syscall.S
+++ /dev/null
@@ -1,17 +0,0 @@
-/* 32bit VDSOs mapped into user space. */
-
- .section ".init.data","aw"
-
- .globl syscall32_syscall
- .globl syscall32_syscall_end
-
-syscall32_syscall:
- .incbin "arch/x86/ia32/vsyscall-syscall.so"
-syscall32_syscall_end:
-
- .globl syscall32_sysenter
- .globl syscall32_sysenter_end
-
-syscall32_sysenter:
- .incbin "arch/x86/ia32/vsyscall-sysenter.so"
-syscall32_sysenter_end: