]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
powerpc: convert to generic helpers for IPI function calls
authorJens Axboe <jens.axboe@oracle.com>
Thu, 26 Jun 2008 09:22:13 +0000 (11:22 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Thu, 26 Jun 2008 09:22:13 +0000 (11:22 +0200)
commitb7d7a2404f80386307ccc0cde63d8d2a5e3bc85c
treee8f4ff391f77ea4f91b4ee1367ca02e008581505
parent3b16cf874861436725c43ba0b68bdd799297be7c
powerpc: convert to generic helpers for IPI function calls

This converts ppc to use the new helpers for smp_call_function() and
friends, and adds support for smp_call_function_single().

ppc loses the timeout functionality of smp_call_function_mask() with
this change, as the generic code does not provide that.

Acked-by: Paul Mackerras <paulus@samba.org>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
arch/powerpc/Kconfig
arch/powerpc/kernel/smp.c
arch/powerpc/platforms/cell/interrupt.c
arch/powerpc/platforms/ps3/smp.c
arch/powerpc/platforms/pseries/xics.c
arch/powerpc/sysdev/mpic.c
include/asm-powerpc/smp.h