linux/arch/sh/kernel/cpu/irq
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 sh: maskreg IRQ support. 2006-09-27 18:01:16 +09:00
imask.c [PATCH] genirq: rename desc->handler to desc->chip 2006-06-29 10:26:21 -07:00
intc2.c sh: Convert INTC2 to IRQ table registration. 2006-10-20 15:30:55 +09:00
ipr.c sh: Fix IPR-IRQ's for IRQ-chip change breakage. 2006-10-31 12:53:28 +09:00
maskreg.c sh: Cleanup IRQ disabling for hardirq handlers. 2006-09-27 18:03:34 +09:00
pint.c sh: Fix IPR-IRQ's for IRQ-chip change breakage. 2006-10-31 12:53:28 +09:00