sparc: Prevent no-handler signal syscall restart recursion.
authorDavid S. Miller <davem@davemloft.net>
Wed, 22 Sep 2010 05:30:13 +0000 (22:30 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 22 Sep 2010 05:30:13 +0000 (22:30 -0700)
Explicitly clear the "in-syscall" bit when we have no signal
handler and back up the program counters to back up the system
call.

Reported-by: Al Viro <viro@ZenIV.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found