From: Laurent Vivier Date: Fri, 19 Oct 2007 18:35:03 +0000 (+0200) Subject: x86: implement missing x86_64 function smp_call_function_mask() X-Git-Tag: v2.6.24-rc1~132^2~11 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66d16ed45d19600abd72dbd55bd2018437b24b73;p=pandora-kernel.git x86: implement missing x86_64 function smp_call_function_mask() This patch defines the missing function smp_call_function_mask() for x86_64, this is more or less a cut&paste of i386 function. It removes also some duplicate code. This function is needed by KVM to execute a function on some CPUs. AK: Fixed description AK: Moved WARN_ON(irqs_disabled) one level up to not warn in the panic case. [ tglx: arch/x86 adaptation ] Signed-off-by: Laurent Vivier Signed-off-by: Andi Kleen Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed