From: Jens Axboe Date: Thu, 26 Jun 2008 09:22:13 +0000 (+0200) Subject: powerpc: convert to generic helpers for IPI function calls X-Git-Tag: v2.6.27-rc1~1069^2~2^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7d7a2404f80386307ccc0cde63d8d2a5e3bc85c;p=pandora-kernel.git 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 Signed-off-by: Jens Axboe --- Reading git-diff-tree failed