[U-Boot] [PATCH 6/6] dm: x86: Drop the weak cpu_irq_init() function

2016-01-17 Thread Simon Glass
There are no callers now. Platforms which need to set up interrupts their own way can implement an interrupt driver. Drop this function. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- arch/x86/cpu/irq.c | 7 --- arch/x86/include/asm/irq.h | 10 -- 2 files changed, 17

Re: [U-Boot] [PATCH 6/6] dm: x86: Drop the weak cpu_irq_init() function

2015-12-13 Thread Bin Meng
On Tue, Dec 1, 2015 at 12:47 PM, Simon Glass wrote: > There are no callers now. Platforms which need to set up interrupts their > own way can implement an interrupt driver. Drop this function. > > Signed-off-by: Simon Glass > --- > Reviewed-by: Bin Meng _

[U-Boot] [PATCH 6/6] dm: x86: Drop the weak cpu_irq_init() function

2015-11-30 Thread Simon Glass
There are no callers now. Platforms which need to set up interrupts their own way can implement an interrupt driver. Drop this function. Signed-off-by: Simon Glass --- arch/x86/cpu/irq.c | 7 --- arch/x86/include/asm/irq.h | 10 -- 2 files changed, 17 deletions(-) diff --g