KVM: PPC: Move kvm_guest_enter call into generic code
[deliverable/linux.git] / arch / powerpc / kvm / booke.c
index 2bd190c488eff61d979a6833af1428de8219fbf9..5e8dc19091304b9424981b1280f206e7da2fe25c 100644 (file)
@@ -954,8 +954,6 @@ int kvmppc_handle_exit(struct kvm_run *run, struct kvm_vcpu *vcpu,
                        r = (-EINTR << 2) | RESUME_HOST | (r & RESUME_FLAG_NV);
                        kvmppc_account_exit(vcpu, SIGNAL_EXITS);
                } else {
-                       /* Going back to guest */
-                       kvm_guest_enter();
                        kvmppc_lazy_ee_enable();
                }
        }
This page took 0.025291 seconds and 5 git commands to generate.