[POWERPC] Add smp_call_function_map and smp_call_function_single
authorwill schmidt <will_schmidt@vnet.ibm.com>
Wed, 2 May 2007 17:12:34 +0000 (03:12 +1000)
committerPaul Mackerras <paulus@samba.org>
Mon, 7 May 2007 10:31:13 +0000 (20:31 +1000)
commit44755d11a3c054adf7eb974a4720936563cf7dcf
tree933431e24ce2db69e2857e1daa7c4ed1c7bdbf86
parente9e77ce8718def7838626aa52bed02fe1b9837b9
[POWERPC] Add smp_call_function_map and smp_call_function_single

Add a new function named smp_call_function_single().  This matches a generic
prototype from include/linux/smp.h.

Add a function smp_call_function_map().  This is, for the most part, a rename
of smp_call_function, with some added cpumask support.  smp_call_function and
smp_call_function_single call into smp_call_function_map.

Lightly tested on 970mp (blade), power4 and power5.

Signed-off-by: Will Schmidt <will_schmidt@vnet.ibm.com>
cc: Anton Blanchard <anton@samba.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/smp.c