X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=arch%2Fx86%2Fkvm%2Fvmx.c;h=5534fe59b5fc25164de70a5b06055e5f650d16f0;hb=8691e5a8f691cc2a4fda0651e8d307aaba0e7d68;hp=540e95179074e8fccedd9802afdd0d81c21dccaa;hpb=490f5de52a87063fcb40e3b22f61b0779603ff6d;p=linux-2.6-omap-h63xx.git diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c index 540e9517907..5534fe59b5f 100644 --- a/arch/x86/kvm/vmx.c +++ b/arch/x86/kvm/vmx.c @@ -335,7 +335,7 @@ static void vcpu_clear(struct vcpu_vmx *vmx) { if (vmx->vcpu.cpu == -1) return; - smp_call_function_single(vmx->vcpu.cpu, __vcpu_clear, vmx, 0, 1); + smp_call_function_single(vmx->vcpu.cpu, __vcpu_clear, vmx, 1); vmx->launched = 0; }