From: Glauber Costa Date: Mon, 3 Mar 2008 17:12:46 +0000 (-0300) Subject: x86: provide __smp_call_function X-Git-Tag: v2.6.26-rc1~1154^2~468 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a36d1e435af79ec3bc5ead871e5b22d5558ebf3;p=pandora-kernel.git x86: provide __smp_call_function This function is used in smp_send_stop(). It's like smp_call_function_mask, but always go to all online cpus, and does not take any locks. It is added to x86_64, but will soon be unified in a common file Signed-off-by: Glauber Costa Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed