commit | 6000fc4d6f3e55ad52cce8d76317187fe01af2aa | [log] [tgz] |
---|---|---|
author | Stuart Menefy <stuart.menefy@st.com> | Mon Aug 24 18:27:33 2009 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Mon Aug 24 18:27:33 2009 +0900 |
tree | bc86a1f13465a791b7e77f7663280bcb23fdd378 | |
parent | bd4fb4d4c1e4a5a2ffbf57a83817a749df1339dd [diff] |
sh: Fixes some write posting issues in the interrupt handling for SH It is possible for the CPU to re-enable it's interrupt block bit before the write to the interrupt controller has actually masked out the external interupt at the controller. We get around this by reading back from the interrupt controller which will ensure the write has happened. Signed-off-by: Stuart Menefy <stuart.menefy@st.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>