References: <[email protected]>
In-Reply-To: <[email protected]>
Shared ia32 syscall table 4/9:
Switch i386 to the new shared call table.
Signed-Off-By: Chuck Ebbert <[email protected]>
--- 2.6.16-rc1-mm2.orig/arch/i386/kernel/entry.S
+++ 2.6.16-rc1-mm2/arch/i386/kernel/entry.S
@@ -678,6 +678,7 @@ ENTRY(spurious_interrupt_bug)
jmp error_code
.section .rodata,"a"
-#include "syscall_table.S"
+ENTRY(sys_call_table)
+#include "syscall_tbl.S"
syscall_table_size=(.-sys_call_table)
--
Chuck