Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99526
b: refs/heads/master
c: c2c14fb
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner committed May 25, 2008
1 parent 59cf409 commit 2d9145b
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: 0748aca6f0af917591dcfd70dccac770a25d4f71
refs/heads/master: c2c14fb7afcc67b48724571506e095fccc65a670
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/tsc_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ void __init tsc_calibrate(void)
if (hpet) {
printk(KERN_INFO "TSC calibrated against HPET\n");
if (hpet2 < hpet1)
hpet2 += 0x100000000;
hpet2 += 0x100000000UL;
hpet2 -= hpet1;
tsc1 = (hpet2 * hpet_readl(HPET_PERIOD)) / 1000000;
} else {
Expand Down

0 comments on commit 2d9145b

Please sign in to comment.