summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
diff options
context:
space:
mode:
authorAlexander Graf2012-08-13 12:43:33 +0200
committerAlexander Graf2012-10-05 23:38:46 +0200
commit206c2ed7f1ea55222bde2954ee3d65c2e9cfb750 (patch)
tree4c1fc628d847d088d6dce401abea0a54a53501aa /arch/powerpc
parentKVM: PPC: Move kvm_guest_enter call into generic code (diff)
downloadkernel-qcow2-linux-206c2ed7f1ea55222bde2954ee3d65c2e9cfb750.tar.gz
kernel-qcow2-linux-206c2ed7f1ea55222bde2954ee3d65c2e9cfb750.tar.xz
kernel-qcow2-linux-206c2ed7f1ea55222bde2954ee3d65c2e9cfb750.zip
KVM: PPC: Ignore EXITING_GUEST_MODE mode
We don't need to do anything when mode is EXITING_GUEST_MODE, because we essentially are outside of guest mode and did everything it asked us to do by the time we check it. Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'arch/powerpc')
-rw-r--r--arch/powerpc/kvm/powerpc.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/powerpc/kvm/powerpc.c b/arch/powerpc/kvm/powerpc.c
index 6646574bf930..dc86371b9953 100644
--- a/arch/powerpc/kvm/powerpc.c
+++ b/arch/powerpc/kvm/powerpc.c
@@ -89,11 +89,6 @@ int kvmppc_prepare_to_enter(struct kvm_vcpu *vcpu)
continue;
}
- if (vcpu->mode == EXITING_GUEST_MODE) {
- r = 1;
- break;
- }
-
#ifdef CONFIG_PPC64
/* lazy EE magic */
hard_irq_disable();