From: Jens Axboe Date: Tue, 17 Jun 2008 08:45:23 +0000 (+0200) Subject: mips: convert to generic helpers for IPI function calls X-Git-Tag: v2.6.27-rc1~1069^2~2^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f304c0a0a55072b80957580f1b66256a615d8da;p=pandora-kernel.git mips: convert to generic helpers for IPI function calls This converts mips to use the new helpers for smp_call_function() and friends, and adds support for smp_call_function_single(). Not tested, but it compiles. mips shares the same IPI for smp_call_function() and smp_call_function_single(), since not all mips platforms have enough available IPIs to support seperate setups. Cc: Ralf Baechle Signed-off-by: Jens Axboe --- Reading git-diff-tree failed