sparc64: fix ptrace interaction with force_successful_syscall_return()
authorAl Viro <viro@zeniv.linux.org.uk>
Thu, 11 Oct 2012 00:25:00 +0000 (17:25 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 Oct 2012 00:25:00 +0000 (17:25 -0700)
commit55c2770e413e96871147b9406a9c41fe9bc5209c
tree6c53988910b1a346c068eaf070a2a0f62b23c4dc
parentf88620b9c5521e9cb9de88e56272bfec3d831513
sparc64: fix ptrace interaction with force_successful_syscall_return()

we want syscall_trace_leave() called on exit from any syscall;
skipping its call in case we'd done force_successful_syscall_return()
is broken...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/kernel/syscalls.S