[POWERPC] MPIC: Minor optimization of ipi handler
authorOlof Johansson <olof@lixom.net>
Fri, 19 Oct 2007 23:49:50 +0000 (09:49 +1000)
committerPaul Mackerras <paulus@samba.org>
Thu, 20 Dec 2007 05:11:46 +0000 (16:11 +1100)
commit194046a17ee2600908541bc9cd5d6d421805f132
treeb4920a697f248db4537169df61f3a564caa0e1ab
parent2c0b713f70ecccaf4f535caf602f41350a9f484a
[POWERPC] MPIC: Minor optimization of ipi handler

Optimize MPIC IPIs, by passing in the IPI number as the argument to the
handler, since all we did was translate it back based on which mpic
the interrupt came though on (and that was always the primary mpic).

Signed-off-by: Olof Johansson <olof@lixom.net>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/sysdev/mpic.c