commit | 6ac034375fe8b4341137657adf5e6ff0dcb5a99f | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Wed Dec 10 19:26:44 2008 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Mon Dec 22 18:44:04 2008 +0900 |
tree | 0fe119cb5e3f216240e75e9e823964cb4245921a | |
parent | f15b2dc02fef0c53aa5ffa3c4617e184f057d402 [diff] |
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>