Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97970
b: refs/heads/master
c: b8cee18
h: refs/heads/master
v: v3
  • Loading branch information
Christian Borntraeger authored and Avi Kivity committed Jun 6, 2008
1 parent ac569cb commit aa55d97
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: 33e3885de25148e00595c4dd808d6eb15db2edcf
refs/heads/master: b8cee18cc75d7b9dbe6c6526dfae9ab49e84fa95
2 changes: 1 addition & 1 deletion trunk/arch/s390/kvm/diag.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ static int __diag_time_slice_end(struct kvm_vcpu *vcpu)
VCPU_EVENT(vcpu, 5, "%s", "diag time slice end");
vcpu->stat.diagnose_44++;
vcpu_put(vcpu);
schedule();
yield();
vcpu_load(vcpu);
return 0;
}
Expand Down

0 comments on commit aa55d97

Please sign in to comment.