sh: Fix exception_handling_table alignment.
authorPaul Mundt <lethal@linux-sh.org>
Thu, 19 Oct 2006 07:20:25 +0000 (16:20 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Thu, 19 Oct 2006 07:30:32 +0000 (16:30 +0900)
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>

No differences found