KVM: s390: implements the kvm_arch_vcpu_in_kernel()
[sfrench/cifs-2.6.git] / arch / s390 / kvm / diag.c
index 6182edebea3db9477bb67219738e576f3e46688a..5ee90020382dcfe8da61a3eeef5f1fc7a544e6ee 100644 (file)
@@ -150,7 +150,7 @@ static int __diag_time_slice_end(struct kvm_vcpu *vcpu)
 {
        VCPU_EVENT(vcpu, 5, "%s", "diag time slice end");
        vcpu->stat.diagnose_44++;
-       kvm_vcpu_on_spin(vcpu, false);
+       kvm_vcpu_on_spin(vcpu, true);
        return 0;
 }