Re: [U-Boot] [PATCH] 86xx: remove redudant code with lib_ppc/interrupts.c

2008-10-13 Thread Wolfgang Denk
Dear Kumar, In message <[EMAIL PROTECTED]> you wrote: > 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-o

Re: [U-Boot] [PATCH] 86xx: remove redudant code with lib_ppc/interrupts.c

2008-10-12 Thread Wolfgang Denk
Dear Jon, In message <[EMAIL PROTECTED]> Kumar Gala wrote: > 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. I think

Re: [U-Boot] [PATCH] 86xx: remove redudant code with lib_ppc/interrupts.c

2008-08-28 Thread Kumar Gala
On Aug 19, 2008, at 3:05 PM, Kumar Gala wrote: > 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-b

[U-Boot] [PATCH] 86xx: remove redudant code with lib_ppc/interrupts.c

2008-08-19 Thread Kumar Gala
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 <[EMAIL PROTECTED]> --- cpu/mpc86xx/interrupts.c |