MIPS: BMIPS: Let each platform customize the CPU1 IRQ mask
authorKevin Cernekee <cernekee@gmail.com>
Tue, 21 Oct 2014 04:27:59 +0000 (21:27 -0700)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 24 Nov 2014 06:45:11 +0000 (07:45 +0100)
commitd8010ceba66ac8d1953a1fb00ead89f4ee8a76f5
tree3f053d131a0f822ae9545deb061b8987113b50e0
parentbbf2ba67cdbdb3676a661c3eba5572d1e513627f
MIPS: BMIPS: Let each platform customize the CPU1 IRQ mask

On some chips like bcm3384, "other stuff" gets wired up to CPU1's IE_IRQ1
input, generating spurious IRQs.  In this case we want the platform code
to be able to mask it off.

Signed-off-by: Kevin Cernekee <cernekee@gmail.com>
Cc: f.fainelli@gmail.com
Cc: mbizon@freebox.fr
Cc: jogo@openwrt.org
Cc: jfraser@broadcom.com
Cc: linux-mips@linux-mips.org
Cc: devicetree@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/8163/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/bmips.h
arch/mips/kernel/smp-bmips.c