powerpc/mpic: Use new smp_request_message_ipi
authorMilton Miller <miltonm@bga.com>
Fri, 10 Oct 2008 01:56:50 +0000 (01:56 +0000)
committerPaul Mackerras <paulus@samba.org>
Wed, 19 Nov 2008 05:05:07 +0000 (16:05 +1100)
commit78608dd32ce46789e970d6c3c423cd668c138d6c
treea94ee294909982def3cd3a0d19ca37c5895b5510
parent25ddd738c2ebffb6c2d3cf29c91b986d1bb39c99
powerpc/mpic: Use new smp_request_message_ipi

MPIC has 4 ipis, so it can use the new smp_request_message_ipi to
reduce pathlength when receiving an ipi.

This has the side effect of using the common ipi names, and also
continuing to try request the remaining messages when one fails.

Signed-off-by: Milton Miller <miltonm@bga.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/sysdev/mpic.c