]> 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>
Thu, 6 Sep 2012 17:57:30 +0000 (13:57 -0400)
commit9a6b1e7a26d29464be89e80fc59b8aab5d74880b
tree61e8b3eb876ca94c7d0d9609f85f5aae7a470bc8
parentc826807b36cd97fc0019effec0ed2cb541aaffa5
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