Skip to content
Commit e3b880c6 authored by Al Viro's avatar Al Viro
Browse files

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: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 00df111e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment