commit | 3a2b4f7c355ff1c97e4adebadf0a1aefd7c4518a | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu Apr 19 17:29:34 2012 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Mon Apr 23 11:04:29 2012 +1000 |
tree | bf2817fc3b25792e67ce95914e0939521e2cf07e | |
parent | 3027691e58bfb21f6ea2e9f1d225d11b4e2b20e2 [diff] |
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 <benh@kernel.crashing.org>