mpc85xx: remove redudant code with lib_ppc/interrupts.c
authorKumar Gala <galak@kernel.crashing.org>
Tue, 19 Aug 2008 19:46:36 +0000 (14:46 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Wed, 27 Aug 2008 16:44:10 +0000 (11:44 -0500)
commit9cff4448a9cb882defe6c8bde73b77fc0c636799
tree3c957e027d7d33dba12333910b0484128a30be6c
parent9490a7f1a9484617bad75c60807ce02c8a3a6d56
mpc85xx: remove redudant code with lib_ppc/interrupts.c

For some reason we duplicated the majority of code in lib_ppc/interrupts.c
not show 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/mpc85xx/interrupts.c