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>
Showing
- arch/powerpc/Kconfig 1 addition, 0 deletionsarch/powerpc/Kconfig
- arch/powerpc/kernel/smp.c 20 additions, 214 deletionsarch/powerpc/kernel/smp.c
- arch/powerpc/platforms/cell/interrupt.c 1 addition, 0 deletionsarch/powerpc/platforms/cell/interrupt.c
- arch/powerpc/platforms/ps3/smp.c 4 additions, 3 deletionsarch/powerpc/platforms/ps3/smp.c
- arch/powerpc/platforms/pseries/xics.c 2 additions, 4 deletionsarch/powerpc/platforms/pseries/xics.c
- arch/powerpc/sysdev/mpic.c 1 addition, 1 deletionarch/powerpc/sysdev/mpic.c
- include/asm-powerpc/smp.h 4 additions, 4 deletionsinclude/asm-powerpc/smp.h
Please register or sign in to comment