i386: prepare shared kernel/syscall_table.S

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
Thomas Gleixner 2007-10-11 11:12:00 +02:00
parent 5250d969f2
commit 541054d935
3 changed files with 2 additions and 2 deletions

View file

@ -1107,6 +1107,6 @@ ENDPROC(xen_failsafe_callback)
#endif /* CONFIG_XEN */
.section .rodata,"a"
#include "syscall_table.S"
#include "syscall_table_32.S"
syscall_table_size=(.-sys_call_table)

View file

@ -9,4 +9,4 @@
#define old_mmap old_mmap_i386
#include "../../i386/kernel/syscall_table.S"
#include "../../i386/kernel/syscall_table_32.S"