diff options
Diffstat (limited to 'drivers/kvm/vmx.c')
-rw-r--r-- | drivers/kvm/vmx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/kvm/vmx.c b/drivers/kvm/vmx.c index aaa98e3e9caf..2a1c37eed711 100644 --- a/drivers/kvm/vmx.c +++ b/drivers/kvm/vmx.c | |||
@@ -1318,7 +1318,7 @@ static int handle_exception(struct kvm_vcpu *vcpu, struct kvm_run *kvm_run) | |||
1318 | cr2 = vmcs_readl(EXIT_QUALIFICATION); | 1318 | cr2 = vmcs_readl(EXIT_QUALIFICATION); |
1319 | 1319 | ||
1320 | spin_lock(&vcpu->kvm->lock); | 1320 | spin_lock(&vcpu->kvm->lock); |
1321 | if (!vcpu->mmu.page_fault(vcpu, cr2, error_code)) { | 1321 | if (!kvm_mmu_page_fault(vcpu, cr2, error_code)) { |
1322 | spin_unlock(&vcpu->kvm->lock); | 1322 | spin_unlock(&vcpu->kvm->lock); |
1323 | return 1; | 1323 | return 1; |
1324 | } | 1324 | } |