X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=arch%2Fum%2Fsys-i386%2Fsys_call_table.S;h=00e5f5203eea337abd3a3e0ee115d6795ab0e4d3;hb=5610bd1524332fe7d651eb56cc780e32763a2ac3;hp=2497554b7b9547a7d176d658ae0f490d517d7144;hpb=30df49191cf8c7a3d86ccea956ba0de911c1dc36;p=linux-2.6-omap-h63xx.git diff --git a/arch/um/sys-i386/sys_call_table.S b/arch/um/sys-i386/sys_call_table.S index 2497554b7b9..00e5f5203ee 100644 --- a/arch/um/sys-i386/sys_call_table.S +++ b/arch/um/sys-i386/sys_call_table.S @@ -9,4 +9,9 @@ #define old_mmap old_mmap_i386 -#include "../../i386/kernel/syscall_table.S" +.section .rodata,"a" + +#include "../../x86/kernel/syscall_table_32.S" + +ENTRY(syscall_table_size) +.long .-sys_call_table