From: David Daney Date: Fri, 23 Jul 2010 17:43:49 +0000 (-0700) Subject: MIPS: Octeon: Make MSI use handle_simple_irq(). X-Git-Tag: v2.6.36-rc1~563^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d9eee6e52e817c006666b0efc5068aa219dbecb;p=pandora-kernel.git MIPS: Octeon: Make MSI use handle_simple_irq(). The use of handle_percpu_irq() is not really what we want for MSI, use handle_simple_irq() instead. This is probably the prototypical case for using handle_simple_irq(), because all the MSIs are dispatched from the root interrupt service routine. Also since the base IRQ is not shared, don't pass IRQF_SHARED. Signed-off-by: David Daney To: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/1488/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed