Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 115269
b: refs/heads/master
c: dc7404c
h: refs/heads/master
i:
  115267: 9dbce01
v: v3
  • Loading branch information
Avi Kivity committed Oct 15, 2008
1 parent f398a56 commit 253f489
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: 85428ac7c39ab5fff23b5d14ccb32941e9401285
refs/heads/master: dc7404cea34ef997dfe89ca94d16358e9d29c8d8
2 changes: 1 addition & 1 deletion trunk/arch/x86/kvm/i8254.c
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ void kvm_pit_ack_irq(struct kvm_irq_ack_notifier *kian)
irq_ack_notifier);
spin_lock(&ps->inject_lock);
if (atomic_dec_return(&ps->pit_timer.pending) < 0)
WARN_ON(1);
atomic_inc(&ps->pit_timer.pending);
ps->irq_ack = 1;
spin_unlock(&ps->inject_lock);
}
Expand Down

0 comments on commit 253f489

Please sign in to comment.