1
0
Fork 0
alistair23-linux/arch/sh/boards/snapgear
Jamie Lenehan bd71ab88de sh: Fix IPR-IRQ's for IRQ-chip change breakage.
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>
2006-10-31 12:53:28 +09:00
..
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
io.c sh: Consolidated SH7751/SH7780 PCI support. 2006-09-27 16:43:28 +09:00
rtc.c sh: Kill off the rest of the legacy rtc mess. 2006-09-27 17:45:01 +09:00
setup.c sh: Fix IPR-IRQ's for IRQ-chip change breakage. 2006-10-31 12:53:28 +09:00