From: Jeffrey Deans Date: Thu, 17 Jul 2014 08:20:58 +0000 (+0100) Subject: MIPS: Malta: Fix dispatching of GIC interrupts X-Git-Tag: cleanup-for-v3.18~94^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c772b5664d9efa8d8d25b69b4ea8ae8996d6153;p=pandora-kernel.git MIPS: Malta: Fix dispatching of GIC interrupts The Malta malta_ipi_irqdispatch() routine now checks only IPI interrupts when handling IPIs. It could previously call do_IRQ() for non-IPIs, and also call do_IRQ() with an invalid IRQ number if there were no pending GIC interrupts when gic_get_int() was called. Signed-off-by: Jeffrey Deans Signed-off-by: Markos Chandras Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/7377/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed