kvm/x86: Avoid async PF preempting the kernel incorrectly
[pandora-kernel.git] / arch / x86 / kvm / svm.c
index 0970c3f..fba31b7 100644 (file)
@@ -1620,7 +1620,7 @@ static int pf_interception(struct vcpu_svm *svm)
        case KVM_PV_REASON_PAGE_NOT_PRESENT:
                svm->apf_reason = 0;
                local_irq_disable();
-               kvm_async_pf_task_wait(fault_address);
+               kvm_async_pf_task_wait(fault_address, 0);
                local_irq_enable();
                break;
        case KVM_PV_REASON_PAGE_READY: