diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-10-20 19:14:08 +0200 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-10-23 19:40:12 +0200 |
commit | 530550651fdfd548d25b6bd5ff4607803540508b (patch) | |
tree | 53ed3b2589aa036e6cbd1c870ec3caf52266e531 /arch/tile/kernel/intvec_64.S | |
parent | tile: support GENERIC_KERNEL_THREAD and GENERIC_KERNEL_EXECVE (diff) | |
download | linux-530550651fdfd548d25b6bd5ff4607803540508b.tar.xz linux-530550651fdfd548d25b6bd5ff4607803540508b.zip |
tile: switch to generic sys_execve()
Acked-by: Chris Metcalf <cmetcalf@tilera.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
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) }; \ STD_ENDPROC(_##x) -PTREGS_SYSCALL(sys_execve, r3) PTREGS_SYSCALL(sys_sigaltstack, r2) PTREGS_SYSCALL_SIGRETURN(sys_rt_sigreturn, r0) #ifdef CONFIG_COMPAT |