Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7406
b: refs/heads/master
c: 9680382
h: refs/heads/master
v: v3
  • Loading branch information
Alex Williamson authored and Linus Torvalds committed Sep 7, 2005
1 parent 64e2c4b commit 7e8d628
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 414edcd32aa54bad8827e7c74cace168006c5fab
refs/heads/master: 96803820b3d9830518083c02681fd3f72987ae4d
4 changes: 2 additions & 2 deletions trunk/drivers/char/hpet.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
/*
* The High Precision Event Timer driver.
* This driver is closely modelled after the rtc.c driver.
* http://www.intel.com/labs/platcomp/hpet/hpetspec.htm
* http://www.intel.com/hardwaredesign/hpetspec.htm
*/
#define HPET_USER_FREQ (64)
#define HPET_DRIFT (500)
Expand Down Expand Up @@ -712,7 +712,7 @@ static void hpet_register_interpolator(struct hpets *hpetp)
ti->shift = 10;
ti->addr = &hpetp->hp_hpet->hpet_mc;
ti->frequency = hpet_time_div(hpets->hp_period);
ti->drift = ti->frequency * HPET_DRIFT / 1000000;
ti->drift = HPET_DRIFT;
ti->mask = -1;

hpetp->hp_interpolator = ti;
Expand Down

0 comments on commit 7e8d628

Please sign in to comment.