diff options
Diffstat (limited to 'arch/s390/kernel/entry64.S')
-rw-r--r-- | arch/s390/kernel/entry64.S | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/s390/kernel/entry64.S b/arch/s390/kernel/entry64.S index 21e601d56139..f3222a1b2861 100644 --- a/arch/s390/kernel/entry64.S +++ b/arch/s390/kernel/entry64.S | |||
@@ -993,7 +993,6 @@ cleanup_io_leave_insn: | |||
993 | .quad __critical_end | 993 | .quad __critical_end |
994 | 994 | ||
995 | #define SYSCALL(esa,esame,emu) .long esame | 995 | #define SYSCALL(esa,esame,emu) .long esame |
996 | .globl sys_call_table | ||
997 | sys_call_table: | 996 | sys_call_table: |
998 | #include "syscalls.S" | 997 | #include "syscalls.S" |
999 | #undef SYSCALL | 998 | #undef SYSCALL |
@@ -1001,7 +1000,6 @@ sys_call_table: | |||
1001 | #ifdef CONFIG_COMPAT | 1000 | #ifdef CONFIG_COMPAT |
1002 | 1001 | ||
1003 | #define SYSCALL(esa,esame,emu) .long emu | 1002 | #define SYSCALL(esa,esame,emu) .long emu |
1004 | .globl sys_call_table_emu | ||
1005 | sys_call_table_emu: | 1003 | sys_call_table_emu: |
1006 | #include "syscalls.S" | 1004 | #include "syscalls.S" |
1007 | #undef SYSCALL | 1005 | #undef SYSCALL |