Fedora kernel-2.6.17-1.2142_FC4 patched with stable patch-2.6.17.4-vs2.0.2-rc26.diff
[linux-2.6.git] / arch / um / sys-i386 / sys_call_table.S
1 #include <linux/linkage.h>
2 /* Steal i386 syscall table for our purposes, but with some slight changes.*/
3
4 #define sys_iopl sys_ni_syscall
5 #define sys_ioperm sys_ni_syscall
6
7 #define sys_vm86old sys_ni_syscall
8 #define sys_vm86 sys_ni_syscall
9
10 #define sys_stime um_stime
11 #define sys_time um_time
12 #define old_mmap old_mmap_i386
13
14 #include "../../i386/kernel/syscall_table.S"