* [PATCH] fix hpet drift and url
@ 2005-08-30 17:40 Alex Williamson
0 siblings, 0 replies; 2+ messages in thread
From: Alex Williamson @ 2005-08-30 17:40 UTC (permalink / raw)
To: akpm; +Cc: Robert W. Picco, venkatesh.pallipadi, linux-kernel
The HPET driver is using a parts per second drift factor instead of
the standard parts per million drift the time interpolator code expects.
This patch fixes that problem and updates the URL for the HPET spec.
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
diff -r 38ae29531c91 drivers/char/hpet.c
--- a/drivers/char/hpet.c Tue Aug 30 05:51:28 2005
+++ b/drivers/char/hpet.c Tue Aug 30 11:21:46 2005
@@ -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)
@@ -712,7 +712,7 @@
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;
^ permalink raw reply [flat|nested] 2+ messages in thread
* RE: [PATCH] fix hpet drift and url
@ 2005-08-30 18:27 Pallipadi, Venkatesh
0 siblings, 0 replies; 2+ messages in thread
From: Pallipadi, Venkatesh @ 2005-08-30 18:27 UTC (permalink / raw)
To: akpm; +Cc: Robert W. Picco, linux-kernel, Alex Williamson
Ack.
Andrew: Please apply.
Thanks,
Venki
>-----Original Message-----
>From: Alex Williamson [mailto:alex.williamson@hp.com]
>Sent: Tuesday, August 30, 2005 10:40 AM
>To: akpm@osdl.org
>Cc: Robert W. Picco; Pallipadi, Venkatesh; linux-kernel@vger.kernel.org
>Subject: [PATCH] fix hpet drift and url
>
>
> The HPET driver is using a parts per second drift factor instead of
>the standard parts per million drift the time interpolator
>code expects.
>This patch fixes that problem and updates the URL for the HPET spec.
>
>Signed-off-by: Alex Williamson <alex.williamson@hp.com>
>
>diff -r 38ae29531c91 drivers/char/hpet.c
>--- a/drivers/char/hpet.c Tue Aug 30 05:51:28 2005
>+++ b/drivers/char/hpet.c Tue Aug 30 11:21:46 2005
>@@ -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)
>@@ -712,7 +712,7 @@
> 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;
>
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-08-30 18:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-30 17:40 [PATCH] fix hpet drift and url Alex Williamson
-- strict thread matches above, loose matches on Subject: below --
2005-08-30 18:27 Pallipadi, Venkatesh
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox