commit | 0b1689cfbbc5e81a121f550782a201962c1e0ce0 | [log] [tgz] |
---|---|---|
author | Stuart MENEFY <stuart.menefy@st.com> | Thu Jul 17 13:08:40 2008 +0100 |
committer | Paul Mundt <lethal@linux-sh.org> | Mon Jul 28 18:10:37 2008 +0900 |
tree | 76a6eda9bf28f6caa8921a3a05fa208a712b0620 | |
parent | d7f1a9adc0e34ad4aa4fe246b264add4646ae064 [diff] |
sh: Don't miss pending signals returning to user mode after signal processing Without this patch, signals sent during architecture specific signal handling (typically as a result of the user's stack being inaccessible) are ignored. This is the SH version of commit c3ff8ec31c1249d268cd11390649768a12bec1b9 which was for the i386. Signed-off-by: Stuart Menefy <stuart.menefy@st.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>