Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 228973
b: refs/heads/master
c: 4aed89d
h: refs/heads/master
i:
  228971: 9a0dbfd
v: v3
  • Loading branch information
Pierre Tardy authored and Ingo Molnar committed Jan 10, 2011
1 parent 04a88ac commit d7e4103
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: 9adcc4a127be6c979eae1ae34083261f2ec5dfec
refs/heads/master: 4aed89d6b515b9185351706ca95cd712c9d8d6a3
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/apic/apic.c
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ static int __init calibrate_APIC_clock(void)
lapic_clockevent.mult = div_sc(delta, TICK_NSEC * LAPIC_CAL_LOOPS,
lapic_clockevent.shift);
lapic_clockevent.max_delta_ns =
clockevent_delta2ns(0x7FFFFF, &lapic_clockevent);
clockevent_delta2ns(0x7FFFFFFF, &lapic_clockevent);
lapic_clockevent.min_delta_ns =
clockevent_delta2ns(0xF, &lapic_clockevent);

Expand Down

0 comments on commit d7e4103

Please sign in to comment.