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

Commit acab0529 authored by Alexander Graf's avatar Alexander Graf Committed by Avi Kivity
Browse files

KVM: PPC: booke: remove leftover debugging



The e500mc patches left some debug code in that we don't need. Remove it.

Signed-off-by: default avatarAlexander Graf <agraf@suse.de>
Signed-off-by: default avatarAvi Kivity <avi@redhat.com>
parent b2e19b20
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -469,11 +469,6 @@ int kvmppc_vcpu_run(struct kvm_run *kvm_run, struct kvm_vcpu *vcpu)
		return -EINVAL;
	}

	if (!current->thread.kvm_vcpu) {
		WARN(1, "no vcpu\n");
		return -EPERM;
	}

	local_irq_disable();

	kvmppc_core_prepare_to_enter(vcpu);