From: Frederic Weisbecker Date: Mon, 24 Feb 2014 15:39:58 +0000 (+0100) Subject: smp: Consolidate the various smp_call_function_single() declensions X-Git-Tag: v3.15-rc1~135^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b28499a71d3431c9128abc743e2d2bfbdae3ed4;p=pandora-kernel.git smp: Consolidate the various smp_call_function_single() declensions __smp_call_function_single() and smp_call_function_single() share some code that can be factorized: execute inline when the target is local, check if the target is online, lock the csd, call generic_exec_single(). Lets move the common parts to generic_exec_single(). Reviewed-by: Jan Kara Cc: Andrew Morton Cc: Christoph Hellwig Cc: Ingo Molnar Cc: Jan Kara Cc: Jens Axboe Signed-off-by: Frederic Weisbecker Signed-off-by: Jens Axboe --- Reading git-diff-tree failed