KVM: x86: merge handle_mmio_page_fault and handle_mmio_page_fault_common
[deliverable/linux.git] / arch / x86 / kvm / vmx.c
index 5eb56ed77c1fdea01652acf0da476761cf7a9aaa..a26ed285931bc746151985673abfc0b061f15259 100644 (file)
@@ -5908,7 +5908,7 @@ static int handle_ept_misconfig(struct kvm_vcpu *vcpu)
                return 1;
        }
 
-       ret = handle_mmio_page_fault_common(vcpu, gpa, true);
+       ret = handle_mmio_page_fault(vcpu, gpa, true);
        if (likely(ret == RET_MMIO_PF_EMULATE))
                return x86_emulate_instruction(vcpu, gpa, 0, NULL, 0) ==
                                              EMULATE_DONE;
This page took 0.044753 seconds and 5 git commands to generate.