Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 372985
b: refs/heads/master
c: 7bc7ae2
h: refs/heads/master
i:
  372983: 96852f8
v: v3
  • Loading branch information
Raghavendra K T authored and Gleb Natapov committed Mar 11, 2013
1 parent ee1dc1b commit 63d49da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3a08a8f9f0936e182d387afd85fdc5d303381521
refs/heads/master: 7bc7ae25b1438bb9fe1f176b951d758789847640
2 changes: 2 additions & 0 deletions trunk/virt/kvm/kvm_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1768,6 +1768,8 @@ void kvm_vcpu_on_spin(struct kvm_vcpu *me)
continue;
} else if (pass && i > last_boosted_vcpu)
break;
if (!ACCESS_ONCE(vcpu->preempted))
continue;
if (vcpu == me)
continue;
if (waitqueue_active(&vcpu->wq))
Expand Down

0 comments on commit 63d49da

Please sign in to comment.