mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
2317a7426e
Build system: x86_64 Build-tested: generic, smp Run-tested: generic/AR-5387un, smp/VR-3032u Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
13 lines
383 B
Diff
13 lines
383 B
Diff
--- a/drivers/irqchip/irq-bcm6345-periph.c
|
|
+++ b/drivers/irqchip/irq-bcm6345-periph.c
|
|
@@ -240,6 +240,9 @@ static int __init __bcm6345_periph_intc_
|
|
/* route all interrupts to line 0 by default */
|
|
if (i == 0)
|
|
block->mask_cache[w] = 0xffffffff;
|
|
+
|
|
+ /* mask all interrupts */
|
|
+ __raw_writel(0, block->en_reg[w]);
|
|
}
|
|
|
|
irq_set_handler_data(block->parent_irq, data);
|