From: Benjamin Herrenschmidt Date: Thu, 19 Apr 2012 17:29:34 +0000 (+0000) Subject: powerpc/mpic: Fix confusion between hw_irq and virq X-Git-Tag: v3.4-rc5~43^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a2b4f7c355ff1c97e4adebadf0a1aefd7c4518a;p=pandora-kernel.git powerpc/mpic: Fix confusion between hw_irq and virq mpic_is_ipi() takes a virq and immediately converts it to a hw_irq. However, one of the two call sites calls it with a ... hw_irq. The other call site also happens to have the hw_irq at hand, so let's change it to just take that as an argument. Also change mpic_is_tm() for consistency. Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed