KVM: s390: flush CPU on load control
[pandora-kernel.git] / arch / s390 / kvm / intercept.c
index a5f6eff..bc486d0 100644 (file)
@@ -58,6 +58,7 @@ static int handle_lctlg(struct kvm_vcpu *vcpu)
                        break;
                reg = (reg + 1) % 16;
        } while (1);
+       kvm_make_request(KVM_REQ_TLB_FLUSH, vcpu);
        return 0;
 }
 
@@ -97,6 +98,7 @@ static int handle_lctl(struct kvm_vcpu *vcpu)
                        break;
                reg = (reg + 1) % 16;
        } while (1);
+       kvm_make_request(KVM_REQ_TLB_FLUSH, vcpu);
        return 0;
 }