On Wed, Nov 28, 2001 at 02:25:47PM -0800, Jun Sun wrote: > In the future, I think mips counter frequency really should go to mips_cpu > structure. If we always know the counter frequency, either by board setup > routine or runtime calibration, we can get rid of the gettimeoffset > calibration routines. Better stick with the calibration procedure. The crystal oscilators used in most computer systems don't provide the high accuracy of frequency that is required to keep the clock accurately over long time. An RTC chip which you'd probably use as reference clock is better at that so should be used as the ultimate reference time in the kernel. Ralf