Loading arch/s390/kernel/entry.S +0 −1 Original line number Original line Diff line number Diff line Loading @@ -1019,7 +1019,6 @@ cleanup_io_leave_insn: .long cleanup_critical .long cleanup_critical #define SYSCALL(esa,esame,emu) .long esa #define SYSCALL(esa,esame,emu) .long esa .globl sys_call_table sys_call_table: sys_call_table: #include "syscalls.S" #include "syscalls.S" #undef SYSCALL #undef SYSCALL Loading arch/s390/kernel/entry64.S +0 −2 Original line number Original line Diff line number Diff line Loading @@ -993,7 +993,6 @@ cleanup_io_leave_insn: .quad __critical_end .quad __critical_end #define SYSCALL(esa,esame,emu) .long esame #define SYSCALL(esa,esame,emu) .long esame .globl sys_call_table sys_call_table: sys_call_table: #include "syscalls.S" #include "syscalls.S" #undef SYSCALL #undef SYSCALL Loading @@ -1001,7 +1000,6 @@ sys_call_table: #ifdef CONFIG_COMPAT #ifdef CONFIG_COMPAT #define SYSCALL(esa,esame,emu) .long emu #define SYSCALL(esa,esame,emu) .long emu .globl sys_call_table_emu sys_call_table_emu: sys_call_table_emu: #include "syscalls.S" #include "syscalls.S" #undef SYSCALL #undef SYSCALL Loading Loading
arch/s390/kernel/entry.S +0 −1 Original line number Original line Diff line number Diff line Loading @@ -1019,7 +1019,6 @@ cleanup_io_leave_insn: .long cleanup_critical .long cleanup_critical #define SYSCALL(esa,esame,emu) .long esa #define SYSCALL(esa,esame,emu) .long esa .globl sys_call_table sys_call_table: sys_call_table: #include "syscalls.S" #include "syscalls.S" #undef SYSCALL #undef SYSCALL Loading
arch/s390/kernel/entry64.S +0 −2 Original line number Original line Diff line number Diff line Loading @@ -993,7 +993,6 @@ cleanup_io_leave_insn: .quad __critical_end .quad __critical_end #define SYSCALL(esa,esame,emu) .long esame #define SYSCALL(esa,esame,emu) .long esame .globl sys_call_table sys_call_table: sys_call_table: #include "syscalls.S" #include "syscalls.S" #undef SYSCALL #undef SYSCALL Loading @@ -1001,7 +1000,6 @@ sys_call_table: #ifdef CONFIG_COMPAT #ifdef CONFIG_COMPAT #define SYSCALL(esa,esame,emu) .long emu #define SYSCALL(esa,esame,emu) .long emu .globl sys_call_table_emu sys_call_table_emu: sys_call_table_emu: #include "syscalls.S" #include "syscalls.S" #undef SYSCALL #undef SYSCALL Loading