mirror of https://gitee.com/openkylin/linux.git
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:
parent
5250d969f2
commit
541054d935
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue