Re: [PATCH] powerpc/irq: drop arch_early_irq_init()

2019-01-08 Thread Thomas Gleixner
On Tue, 8 Jan 2019, Christophe Leroy wrote: > Oops, forgot to actually copy Thomas. > > Le 08/01/2019 à 12:37, Christophe Leroy a écrit : > > arch_early_irq_init() does nothing different than > > the weak arch_early_irq_init() in kernel/softirq.c > > > > Fixes: 089fb442f301 ("powerpc: Use ARCH_I

Re: [PATCH] powerpc/irq: drop arch_early_irq_init()

2019-01-08 Thread Christophe Leroy
Oops, forgot to actually copy Thomas. Le 08/01/2019 à 12:37, Christophe Leroy a écrit : arch_early_irq_init() does nothing different than the weak arch_early_irq_init() in kernel/softirq.c Fixes: 089fb442f301 ("powerpc: Use ARCH_IRQ_INIT_FLAGS") Cc: Thomas Gleixner Signed-off-by: Christophe Le

[PATCH] powerpc/irq: drop arch_early_irq_init()

2019-01-08 Thread Christophe Leroy
arch_early_irq_init() does nothing different than the weak arch_early_irq_init() in kernel/softirq.c Fixes: 089fb442f301 ("powerpc: Use ARCH_IRQ_INIT_FLAGS") Cc: Thomas Gleixner Signed-off-by: Christophe Leroy --- arch/powerpc/kernel/irq.c | 5 - 1 file changed, 5 deletions(-) diff --git a