|
|
| File: [Development] / linux-2.6-xfs / arch / um / sys-i386 / sys_call_table.S (download)
Revision 1.5, Tue Feb 26 16:44:40 2008 UTC (9 years, 8 months ago) by lachlan.longdrop.melbourne.sgi.com
Merge up to 2.6.25-rc3 Merge of 2.6.x-xfs-melb:linux:30555a by kenmcd. |
#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 old_mmap old_mmap_i386 .section .rodata,"a" #include "../../x86/kernel/syscall_table_32.S" ENTRY(syscall_table_size) .long .-sys_call_table