kernel-ark/arch/sh/kernel/cpu
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
..
irq sh: Fix IPR-IRQ's for IRQ-chip change breakage. 2006-10-31 12:53:28 +09:00
sh2
sh3 sh: Fix exception_handling_table alignment. 2006-10-19 16:30:32 +09:00
sh4 sh: Convert INTC2 to IRQ table registration. 2006-10-20 15:30:55 +09:00
adc.c
clock.c sh: sem2mutex conversion for clock framework. 2006-09-27 17:28:20 +09:00
init.c sh: Calculate shm alignment at runtime. 2006-09-27 18:36:17 +09:00
Makefile sh: Kill off the rest of the legacy rtc mess. 2006-09-27 17:45:01 +09:00
ubc.S fix file specification in comments 2006-10-03 23:01:26 +02:00