Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 315868
b: refs/heads/master
c: 5cfc2aa
h: refs/heads/master
v: v3
  • Loading branch information
Rik van Riel authored and Marcelo Tosatti committed Jul 6, 2012
1 parent 1a2a330 commit a6c3fc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 21b26c08535c992802402c7ba2d789ca9e1a5707
refs/heads/master: 5cfc2aabcb282f4554e7086c9893b386ad6ba9d4
2 changes: 1 addition & 1 deletion trunk/virt/kvm/kvm_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1598,7 +1598,7 @@ void kvm_vcpu_on_spin(struct kvm_vcpu *me)
*/
for (pass = 0; pass < 2 && !yielded; pass++) {
kvm_for_each_vcpu(i, vcpu, kvm) {
if (!pass && i < last_boosted_vcpu) {
if (!pass && i <= last_boosted_vcpu) {
i = last_boosted_vcpu;
continue;
} else if (pass && i > last_boosted_vcpu)
Expand Down

0 comments on commit a6c3fc8

Please sign in to comment.