diff options
Diffstat (limited to 'arch/tile/kernel/intvec_64.S')
-rw-r--r-- | arch/tile/kernel/intvec_64.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/tile/kernel/intvec_64.S b/arch/tile/kernel/intvec_64.S index f66bd5f67d44..283efedf67d6 100644 --- a/arch/tile/kernel/intvec_64.S +++ b/arch/tile/kernel/intvec_64.S | |||
@@ -1205,7 +1205,6 @@ STD_ENTRY_LOCAL(bad_intr) | |||
1205 | }; \ | 1205 | }; \ |
1206 | STD_ENDPROC(_##x) | 1206 | STD_ENDPROC(_##x) |
1207 | 1207 | ||
1208 | PTREGS_SYSCALL(sys_execve, r3) | ||
1209 | PTREGS_SYSCALL(sys_sigaltstack, r2) | 1208 | PTREGS_SYSCALL(sys_sigaltstack, r2) |
1210 | PTREGS_SYSCALL_SIGRETURN(sys_rt_sigreturn, r0) | 1209 | PTREGS_SYSCALL_SIGRETURN(sys_rt_sigreturn, r0) |
1211 | #ifdef CONFIG_COMPAT | 1210 | #ifdef CONFIG_COMPAT |