diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:12:00 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:12:00 -0400 |
commit | 541054d935a1ec89916977cbf0d16ddb71b3ff5c (patch) | |
tree | 37de6c5a698bdc337ca9e4a99d91abdefcf46b96 /arch/um | |
parent | 5250d969f281b9f1ca581245a8797a5b7055c959 (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/um')
-rw-r--r-- | arch/um/sys-i386/sys_call_table.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/sys-i386/sys_call_table.S b/arch/um/sys-i386/sys_call_table.S index 2497554b7b95..4c1f17d7986d 100644 --- a/arch/um/sys-i386/sys_call_table.S +++ b/arch/um/sys-i386/sys_call_table.S | |||
@@ -9,4 +9,4 @@ | |||
9 | 9 | ||
10 | #define old_mmap old_mmap_i386 | 10 | #define old_mmap old_mmap_i386 |
11 | 11 | ||
12 | #include "../../i386/kernel/syscall_table.S" | 12 | #include "../../i386/kernel/syscall_table_32.S" |