We only need to set vcpu->mode to outside once.
Signed-off-by: Alexander Graf <[email protected]>
---
arch/powerpc/kvm/booke.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/arch/powerpc/kvm/booke.c b/arch/powerpc/kvm/booke.c
index 4652e0b..492c343 100644
--- a/arch/powerpc/kvm/booke.c
+++ b/arch/powerpc/kvm/booke.c
@@ -528,8 +528,6 @@ int kvmppc_vcpu_run(struct kvm_run *kvm_run, struct
kvm_vcpu *vcpu)
#endif
kvm_guest_exit();
- vcpu->mode = OUTSIDE_GUEST_MODE;
- smp_wmb();
out:
vcpu->mode = OUTSIDE_GUEST_MODE;
--
1.6.0.2
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html