Commit e233d54d authored by Paolo Bonzini's avatar Paolo Bonzini

KVM: booke: use __kvm_guest_exit

Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent ccf73aaf
......@@ -1004,10 +1004,10 @@ int kvmppc_handle_exit(struct kvm_run *run, struct kvm_vcpu *vcpu,
break;
}
local_irq_enable();
trace_kvm_exit(exit_nr, vcpu);
kvm_guest_exit();
__kvm_guest_exit();
local_irq_enable();
run->exit_reason = KVM_EXIT_UNKNOWN;
run->ready_for_interrupt_injection = 1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment