]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
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)
commit6ac034375fe8b4341137657adf5e6ff0dcb5a99f
tree0fe119cb5e3f216240e75e9e823964cb4245921a
parentf15b2dc02fef0c53aa5ffa3c4617e184f057d402
sh: Handle cases where setup{_rt,}_frame() fail on SH-5 signal delivery.

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>
arch/sh/kernel/signal_64.c