Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3281
b: refs/heads/master
c: 44f410a
h: refs/heads/master
i:
  3279: 042dcaf
v: v3
  • Loading branch information
Jon Smirl authored and Linus Torvalds committed Jun 25, 2005
1 parent e9f6d59 commit de64894
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: 6283d58e7464f82b1c1c33943f0bd51c1e83899a
refs/heads/master: 44f410a7ce593e7e75667b93494223998069f3f1
2 changes: 1 addition & 1 deletion trunk/drivers/char/hpet.c
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ int hpet_alloc(struct hpet_data *hdp)
printk("\n");

ns = hpetp->hp_period; /* femptoseconds, 10^-15 */
do_div(ns, 1000000); /* convert to nanoseconds, 10^-9 */
ns /= 1000000; /* convert to nanoseconds, 10^-9 */
printk(KERN_INFO "hpet%d: %ldns tick, %d %d-bit timers\n",
hpetp->hp_which, ns, hpetp->hp_ntimer,
cap & HPET_COUNTER_SIZE_MASK ? 64 : 32);
Expand Down

0 comments on commit de64894

Please sign in to comment.