Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 202399
b: refs/heads/master
c: 673813e
h: refs/heads/master
i:
  202397: 2095881
  202395: 7824ece
  202391: 252f4e0
  202383: 6100da8
  202367: bb55bde
v: v3
  • Loading branch information
Jiri Slaby authored and Avi Kivity committed Aug 2, 2010
1 parent 09ec12f commit b5fa828
Show file tree
Hide file tree
Showing 2 changed files with 2 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: f59c1d2ded54e4bd7a9126f4a32c9eca8b336457
refs/heads/master: 673813e81d8468e80b6dd0fa839923eb9748dc49
1 change: 1 addition & 0 deletions trunk/arch/x86/kvm/i8254.c
Original file line number Diff line number Diff line change
Expand Up @@ -696,6 +696,7 @@ struct kvm_pit *kvm_create_pit(struct kvm *kvm, u32 flags)

pit->wq = create_singlethread_workqueue("kvm-pit-wq");
if (!pit->wq) {
mutex_unlock(&pit->pit_state.lock);
kfree(pit);
return NULL;
}
Expand Down

0 comments on commit b5fa828

Please sign in to comment.