From: will schmidt Date: Wed, 2 May 2007 17:12:34 +0000 (+1000) Subject: [POWERPC] Add smp_call_function_map and smp_call_function_single X-Git-Tag: v2.6.22-rc1~358^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44755d11a3c054adf7eb974a4720936563cf7dcf;p=pandora-kernel.git [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 cc: Anton Blanchard Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed