Commit 541054d9 authored by Thomas Gleixner's avatar Thomas Gleixner

i386: prepare shared kernel/syscall_table.S

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 5250d969
......@@ -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)
......@@ -9,4 +9,4 @@
#define old_mmap old_mmap_i386
#include "../../i386/kernel/syscall_table.S"
#include "../../i386/kernel/syscall_table_32.S"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment