Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166921
b: refs/heads/master
c: b2d83cf
h: refs/heads/master
i:
  166919: e8f63e8
v: v3
  • Loading branch information
Aurelien Jarno authored and Avi Kivity committed Oct 4, 2009
1 parent bbbde91 commit cfbe8a7
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: 8feda6f786fc44f5f8b5cf88e3b6c03514f5be93
refs/heads/master: b2d83cfa3fdefe5c6573d443d099a18dc3a93c5f
2 changes: 1 addition & 1 deletion trunk/arch/x86/kvm/lapic.c
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ static void start_apic_timer(struct kvm_lapic *apic)
{
ktime_t now = apic->lapic_timer.timer.base->get_time();

apic->lapic_timer.period = apic_get_reg(apic, APIC_TMICT) *
apic->lapic_timer.period = (u64)apic_get_reg(apic, APIC_TMICT) *
APIC_BUS_CYCLE_NS * apic->divide_count;
atomic_set(&apic->lapic_timer.pending, 0);

Expand Down

0 comments on commit cfbe8a7

Please sign in to comment.