sh: Handle cases where setup{_rt,}_frame() fail on SH-5 signal delivery.
authorPaul Mundt <lethal@linux-sh.org>
Wed, 10 Dec 2008 10:26:44 +0000 (19:26 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 22 Dec 2008 09:44:04 +0000 (18:44 +0900)
Presently these cases are not handled properly due to the return value
not being passed back. This needs to be correct to get proper behaviour
out of things like the tracehook signal notifier, amongst others.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>

No differences found