Date: Thu, 2 May 2002 01:15:01 +1000 (EST) From: Bruce Evans <bde@zeta.org.au> To: Poul-Henning Kamp <phk@critter.freebsd.dk> Cc: Daniel Rock <D.Rock@t-online.de>, <current@FreeBSD.ORG> Subject: Re: clock drift in -CURRENT Message-ID: <20020502010351.A650-100000@gamplex.bde.org> In-Reply-To: <64858.1020263148@critter.freebsd.dk>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 1 May 2002, Poul-Henning Kamp wrote: > When was your source tree from on that kernel ? > > I'm not too confident in your diagnosis, mostly because we don't > have a counter like you describe :-) From kern_clock.c: %%% int ticks; %%% but this is treated as an cyclic counter so its overflow shouldn't matter on machines where overflow doesn't trap. [context lost to top posting] Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020502010351.A650-100000>