Re: [PATCH 3/3] irqchip: mips-gic: Setup EIC mode on each CPU if it's in use

2016-05-17 Thread Matt Redfearn
On 17/05/16 15:31, Paul Burton wrote: When EIC mode is in use (cpu_has_veic is true) enable it on each CPU during GIC initialisation. Otherwise there may be a mismatch between the hardware default interrupt model & that expected by the kernel. Signed-off-by: Paul Burton --- drivers/irqchip

[PATCH 3/3] irqchip: mips-gic: Setup EIC mode on each CPU if it's in use

2016-05-17 Thread Paul Burton
When EIC mode is in use (cpu_has_veic is true) enable it on each CPU during GIC initialisation. Otherwise there may be a mismatch between the hardware default interrupt model & that expected by the kernel. Signed-off-by: Paul Burton --- drivers/irqchip/irq-mips-gic.c | 10 +- 1 file cha