Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98746
b: refs/heads/master
c: 35baff2
h: refs/heads/master
v: v3
  • Loading branch information
Mark McLoughlin authored and Avi Kivity committed Jul 6, 2008
1 parent 3be794e commit 0323f41
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: ca3739327b89bb4053a62ac41b67b106c1967ab0
refs/heads/master: 35baff256d8fe1eec0b8988fcb5cde80df7bfa1a
2 changes: 1 addition & 1 deletion trunk/virt/kvm/ioapic.c
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ static void __kvm_ioapic_update_eoi(struct kvm_ioapic *ioapic, int gsi)

ent->fields.remote_irr = 0;
if (!ent->fields.mask && (ioapic->irr & (1 << gsi)))
ioapic_deliver(ioapic, gsi);
ioapic_service(ioapic, gsi);
}

void kvm_ioapic_update_eoi(struct kvm *kvm, int vector)
Expand Down

0 comments on commit 0323f41

Please sign in to comment.