diff options
Diffstat (limited to 'virt')
-rw-r--r-- | virt/kvm/kvm_main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/virt/kvm/kvm_main.c b/virt/kvm/kvm_main.c index 470f2bc8205a..ff7154188b5f 100644 --- a/virt/kvm/kvm_main.c +++ b/virt/kvm/kvm_main.c | |||
@@ -1768,6 +1768,8 @@ void kvm_vcpu_on_spin(struct kvm_vcpu *me) | |||
1768 | continue; | 1768 | continue; |
1769 | } else if (pass && i > last_boosted_vcpu) | 1769 | } else if (pass && i > last_boosted_vcpu) |
1770 | break; | 1770 | break; |
1771 | if (!ACCESS_ONCE(vcpu->preempted)) | ||
1772 | continue; | ||
1771 | if (vcpu == me) | 1773 | if (vcpu == me) |
1772 | continue; | 1774 | continue; |
1773 | if (waitqueue_active(&vcpu->wq)) | 1775 | if (waitqueue_active(&vcpu->wq)) |