aboutsummaryrefslogtreecommitdiff
path: root/arch/um/sys-i386/sys_call_table.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/um/sys-i386/sys_call_table.S')
-rw-r--r--arch/um/sys-i386/sys_call_table.S16
1 files changed, 0 insertions, 16 deletions
diff --git a/arch/um/sys-i386/sys_call_table.S b/arch/um/sys-i386/sys_call_table.S
deleted file mode 100644
index ad75c27afe3..00000000000
--- a/arch/um/sys-i386/sys_call_table.S
+++ /dev/null
@@ -1,16 +0,0 @@
-#include <linux/linkage.h>
-/* Steal i386 syscall table for our purposes, but with some slight changes.*/
-
-#define sys_iopl sys_ni_syscall
-#define sys_ioperm sys_ni_syscall
-
-#define sys_vm86old sys_ni_syscall
-#define sys_vm86 sys_ni_syscall
-#define sys_set_thread_area sys_ni_syscall
-#define sys_get_thread_area sys_ni_syscall
-
-#define sys_stime um_stime
-#define sys_time um_time
-#define old_mmap old_mmap_i386
-
-#include "../../i386/kernel/syscall_table.S"