From: Vineet Gupta Date: Wed, 25 Jun 2014 11:46:04 +0000 (+0530) Subject: ARC: [intc] don't mask all IRQ by default X-Git-Tag: omap-for-v3.17/fixes-against-rc2~105^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=878f46c71e99cfb6d8e4e15a561db63a3c9601e5;p=pandora-kernel.git ARC: [intc] don't mask all IRQ by default Hardware keeps them enabled on reset, and Linux needs to keep status quo. Any spurious interrupts will be reported/blocked by genirq. This helps remove a SMP IRQ quirk (next commit), where a peripheral IRQ is hard wired to core0, and request_irq()->unmask() happens on core1, keeping the IRQ masked on core0, needing an explicit unmask. Signed-off-by: Vineet Gupta --- Reading git-diff-tree failed