[PATCH v2] irqchip/mips-gic: Add missing shared interrupt handler

2017-07-06 Thread jrjang
From: Jun-Ru Chang Commit b87281e7f205 ("irqchip/mips-gic: Remove device IRQ domain") removes the device IRQ domain and uses gic_irq_domain_alloc() to allocate the shared/local domain. However, the shared interrupt handler is not set after allocating. It causes that the system hangs with "unexpec

[PATCH] irqchip/mips-gic: Add missing shared interrupt handler

2017-07-05 Thread jrjang
From: Jun-Ru Chang Set handle_level_irq handler for shared interrupts to avoid hanging with "unexpected IRQ" messages display. Change-Id: I6b9c0e8a13b28361f2daf89609f48cbdd397eb36 Signed-off-by: Jun-Ru Chang --- drivers/irqchip/irq-mips-gic.c | 1 + 1 file changed, 1 insertion(+) diff --git a