]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/x86/kvm/vmx.c
on_each_cpu(): kill unused 'retry' parameter
[linux-2.6-omap-h63xx.git] / arch / x86 / kvm / vmx.c
index 5534fe59b5fc25164de70a5b06055e5f650d16f0..10ce6ee4c491bcc65c3215f2461edf0f1228714a 100644 (file)
@@ -2968,7 +2968,7 @@ static void vmx_free_vmcs(struct kvm_vcpu *vcpu)
        struct vcpu_vmx *vmx = to_vmx(vcpu);
 
        if (vmx->vmcs) {
-               on_each_cpu(__vcpu_clear, vmx, 0, 1);
+               on_each_cpu(__vcpu_clear, vmx, 1);
                free_vmcs(vmx->vmcs);
                vmx->vmcs = NULL;
        }