diff options
| author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 11:12:00 +0200 |
|---|---|---|
| committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 11:12:00 +0200 |
| commit | 541054d935a1ec89916977cbf0d16ddb71b3ff5c (patch) | |
| tree | 37de6c5a698bdc337ca9e4a99d91abdefcf46b96 /arch/um/sys-i386 | |
| 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/sys-i386')
| -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 2497554b7b9..4c1f17d7986 100644 --- a/arch/um/sys-i386/sys_call_table.S +++ b/arch/um/sys-i386/sys_call_table.S @@ -9,4 +9,4 @@ #define old_mmap old_mmap_i386 -#include "../../i386/kernel/syscall_table.S" +#include "../../i386/kernel/syscall_table_32.S" |
