KVM: booke: use __kvm_guest_exit
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
@@ -1004,10 +1004,10 @@ int kvmppc_handle_exit(struct kvm_run *run, struct kvm_vcpu *vcpu,
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
local_irq_enable();
|
|
||||||
|
|
||||||
trace_kvm_exit(exit_nr, vcpu);
|
trace_kvm_exit(exit_nr, vcpu);
|
||||||
kvm_guest_exit();
|
__kvm_guest_exit();
|
||||||
|
|
||||||
|
local_irq_enable();
|
||||||
|
|
||||||
run->exit_reason = KVM_EXIT_UNKNOWN;
|
run->exit_reason = KVM_EXIT_UNKNOWN;
|
||||||
run->ready_for_interrupt_injection = 1;
|
run->ready_for_interrupt_injection = 1;
|
||||||
|
Reference in New Issue
Block a user