sh: Fix IPR-IRQ's for IRQ-chip change breakage.
authorJamie Lenehan <lenehan@twibble.org>
Tue, 31 Oct 2006 03:35:02 +0000 (12:35 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 31 Oct 2006 03:53:28 +0000 (12:53 +0900)
The conversion from IPR-IRQ to IRQ-chip resulted in the
ipr data being allocated in a local variable in
make_ipr_irq - breaking anything using IPR interrupts.

This changes all of the callers of make_ipr_irq to
allocate a static structure containing the IPR data which
is then passed to make_ipr_irq. This removes the need for
make_ipr_irq to allocate any additional space for the IPR
information.

Signed-off-by: Jamie Lenehan <lenehan@twibble.org>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>

No differences found