2006-01-24 01:18:16

by Chuck Ebbert

[permalink] [raw]
Subject: [patch 4/9] ia32 syscalls: switch i386 to new table

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