]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
86xx: remove redudant code with lib_ppc/interrupts.c
authorKumar Gala <galak@kernel.crashing.org>
Tue, 19 Aug 2008 20:05:34 +0000 (15:05 -0500)
committerWolfgang Denk <wd@denx.de>
Mon, 13 Oct 2008 11:56:18 +0000 (13:56 +0200)
commit5c7cbcd34d0ee566875a4fd0f2a3e5a62bba921c
tree618ad6c6e5dee678d6133a124af3ea876a5051c4
parent1f6aa622e365fef9d87de84753eb08347e310a2a
86xx: remove redudant code with lib_ppc/interrupts.c

For some reason we duplicated the majority of code in lib_ppc/interrupts.c
Not know how that happened, but there is no good reason for it.

Use the interrupt_init_cpu() and timer_interrupt_cpu() since its why
they exist.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
cpu/mpc86xx/interrupts.c