linux-stable-rt/arch/sh/kernel
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
..
cpu
timers
vsyscall
Makefile
apm.c
asm-offsets.c
cf-enabler.c
cpufreq.c
early_printk.c
entry.S
head.S
init_task.c
io.c
io_generic.c
irq.c
kgdb_jmp.S
kgdb_stub.c
machine_kexec.c
module.c
pm.c
process.c
ptrace.c
relocate_kernel.S
semaphore.c
setup.c
sh_bios.c
sh_ksyms.c
signal.c
smp.c
sys_sh.c
syscalls.S
time.c
traps.c
vmlinux.lds.S