From: Laurent Vivier Date: Mon, 22 Oct 2007 14:33:07 +0000 (+0200) Subject: KVM: Use new smp_call_function_mask() in kvm_flush_remote_tlbs() X-Git-Tag: v2.6.24-rc1~59^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49d3bd7e2b990e717aa66e229410b8f5096c4956;p=pandora-kernel.git KVM: Use new smp_call_function_mask() in kvm_flush_remote_tlbs() In kvm_flush_remote_tlbs(), replace a loop using smp_call_function_single() by a single call to smp_call_function_mask() (which is new for x86_64). Signed-off-by: Laurent Vivier Signed-off-by: Avi Kivity --- Reading git-diff-tree failed