aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386/kernel/entry.S
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2007-10-11 05:12:00 -0400
committerThomas Gleixner <tglx@linutronix.de>2007-10-11 05:12:00 -0400
commit541054d935a1ec89916977cbf0d16ddb71b3ff5c (patch)
tree37de6c5a698bdc337ca9e4a99d91abdefcf46b96 /arch/i386/kernel/entry.S
parent5250d969f281b9f1ca581245a8797a5b7055c959 (diff)
i386: prepare shared kernel/syscall_table.S
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/i386/kernel/entry.S')
-rw-r--r--arch/i386/kernel/entry.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/kernel/entry.S b/arch/i386/kernel/entry.S
index a714d6b43506..290b7bc82da3 100644
--- a/arch/i386/kernel/entry.S
+++ b/arch/i386/kernel/entry.S
@@ -1107,6 +1107,6 @@ ENDPROC(xen_failsafe_callback)
1107#endif /* CONFIG_XEN */ 1107#endif /* CONFIG_XEN */
1108 1108
1109.section .rodata,"a" 1109.section .rodata,"a"
1110#include "syscall_table.S" 1110#include "syscall_table_32.S"
1111 1111
1112syscall_table_size=(.-sys_call_table) 1112syscall_table_size=(.-sys_call_table)