Преглед изворни кода

i386: prepare shared kernel/syscall_table.S

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Thomas Gleixner пре 17 година
родитељ
комит
541054d935
3 измењених фајлова са 2 додато и 2 уклоњено
  1. 1 1
      arch/i386/kernel/entry.S
  2. 0 0
      arch/i386/kernel/syscall_table_32.S
  3. 1 1
      arch/um/sys-i386/sys_call_table.S

+ 1 - 1
arch/i386/kernel/entry.S

@@ -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)

+ 0 - 0
arch/i386/kernel/syscall_table.S → arch/i386/kernel/syscall_table_32.S


+ 1 - 1
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"