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

From: Chuck Ebbert
Date: Mon Jan 23 2006 - 20:16:54 EST


References: <200601231938_MC3-1-B687-7C42@xxxxxxxxxxxxxx>
In-Reply-To: <200601231938_MC3-1-B687-7C42@xxxxxxxxxxxxxx>

Shared ia32 syscall table 4/9:

Switch i386 to the new shared call table.

Signed-Off-By: Chuck Ebbert <76306.1226@xxxxxxxxxxxxxx>

--- 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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/