]> git.karo-electronics.de Git - karo-tx-linux.git/commit
parisc: don't bother looping in do_signal()
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 19 May 2012 05:13:01 +0000 (01:13 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 1 Oct 2012 13:58:14 +0000 (09:58 -0400)
commite3b880c6ee55e8858a75e3dcf6c3dda04d5e3605
tree6d8ab01a85cd9c36b7480f0725447863f4412903
parent00df111e7eb505558c54f23861e9341e56dd5fb0
parisc: don't bother looping in do_signal()

entry.S code had been looping until no pending signals are left
since 2005 anyway; no need to bother with that in do_signal()
itself.  If the failure to set a sigframe up raises SIGSEGV,
we'll just pick it up the next time around the loop(s) in entry.S
anyway.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
arch/parisc/kernel/signal.c