Messages in this thread |  | | From | Rolf Fokkens <> | Subject | Re: [PATCH] USER_HZ & NTP problems | Date | Tue, 10 Sep 2002 08:37:17 +0200 |
| |
On Tuesday 10 September 2002 08:09, Vojtech Pavlik wrote: > Actually, the clock true frequency is 1193181.8 Hz, although most > manuals say 1.19318 MHz, which, because truncating more digits, also > correct. But 1193180 Hz isn't. If you're trying to count the time > correctly, you should better use 1193182 Hz if staying in integers.
I copied the clock frequency from the kernel source, timex.h defines:
#define CLOCK_TICK_RATE 1193180
If what you're saying is correct, timex.h uses the wrong value as wel I guess. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |