commit | 1f666587dbf6bc660b23d8dd8abb6c572ce3eae5 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Thu Oct 19 16:20:25 2006 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Thu Oct 19 16:30:32 2006 +0900 |
tree | 5fe9fc801e01a2feed7d1b7e65cafe6d4f23df84 | |
parent | 082c44d20eb4c6c4aa60ae7429ea184854cb0610 [diff] |
sh: Fix exception_handling_table alignment. With the recent change ripping out interrupt_table, explicit padding of the table was missing, causing bad things to happen when manually inserting handlers in to the table. This problem particularly showed up in relation to do_fpu_state_restore() which was inserted quite deeply in to the table and ended up scribbling over a slab object. Signed-off-by: Paul Mundt <lethal@linux-sh.org>