Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c63ddcb4 authored by Alexander Graf's avatar Alexander Graf
Browse files

KVM: PPC: Book3S: PR: Only do resched check once per exit



Now that we use our generic exit helper, we can safely drop our previous
kvm_resched that we used to trigger at the beginning of the exit handler
function.

Signed-off-by: default avatarAlexander Graf <agraf@suse.de>
parent e85ad380
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -602,7 +602,7 @@ int kvmppc_handle_exit(struct kvm_run *run, struct kvm_vcpu *vcpu,

	trace_kvm_exit(exit_nr, vcpu);
	preempt_enable();
	kvm_resched(vcpu);

	switch (exit_nr) {
	case BOOK3S_INTERRUPT_INST_STORAGE:
	{