]> rtime.felk.cvut.cz Git - zynq/linux.git/blobdiff - arch/s390/kvm/interrupt.c
KVM: Boost vCPUs that are delivering interrupts
[zynq/linux.git] / arch / s390 / kvm / interrupt.c
index 9dde4d7d870455d5fc36bdb07257b05af1dd75dc..26f8bf4a22a719a1c4cf904613cbc5832392e886 100644 (file)
@@ -1240,7 +1240,7 @@ void kvm_s390_vcpu_wakeup(struct kvm_vcpu *vcpu)
                 * The vcpu gave up the cpu voluntarily, mark it as a good
                 * yield-candidate.
                 */
-               vcpu->preempted = true;
+               vcpu->ready = true;
                swake_up_one(&vcpu->wq);
                vcpu->stat.halt_wakeup++;
        }