commit | 194046a17ee2600908541bc9cd5d6d421805f132 | [log] [tgz] |
---|---|---|
author | Olof Johansson <olof@lixom.net> | Sat Oct 20 09:49:50 2007 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Thu Dec 20 16:11:46 2007 +1100 |
tree | b4920a697f248db4537169df61f3a564caa0e1ab | |
parent | 2c0b713f70ecccaf4f535caf602f41350a9f484a [diff] |
[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>