Skip to content

Commit

Permalink
i386: prepare shared kernel/syscall_table.S
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Thomas Gleixner committed Oct 11, 2007
1 parent 5250d96 commit 541054d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/i386/kernel/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -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)
File renamed without changes.
2 changes: 1 addition & 1 deletion arch/um/sys-i386/sys_call_table.S
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@

#define old_mmap old_mmap_i386

#include "../../i386/kernel/syscall_table.S"
#include "../../i386/kernel/syscall_table_32.S"

0 comments on commit 541054d

Please sign in to comment.