Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72133
b: refs/heads/master
c: b33ac88
h: refs/heads/master
i:
  72131: 009bf08
v: v3
  • Loading branch information
Kevin Pedretti authored and Avi Kivity committed Oct 22, 2007
1 parent 5e7a576 commit 9036e2f
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: 0552f73b9a81d39d50b71a5c06cf36efff80b6fd
refs/heads/master: b33ac88b4c23330043acad930517282eb486db1d
2 changes: 1 addition & 1 deletion trunk/drivers/kvm/lapic.c
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ void kvm_lapic_reset(struct kvm_vcpu *vcpu)
apic_set_reg(apic, APIC_ISR + 0x10 * i, 0);
apic_set_reg(apic, APIC_TMR + 0x10 * i, 0);
}
apic->timer.divide_count = 0;
update_divide_count(apic);
atomic_set(&apic->timer.pending, 0);
if (vcpu->vcpu_id == 0)
vcpu->apic_base |= MSR_IA32_APICBASE_BSP;
Expand Down

0 comments on commit 9036e2f

Please sign in to comment.