Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 05/18/2004 16:09:07
Module Name:	src
Committed By:	nathanw
Date:		Tue May 18 16:09:07 UTC 2004

Modified Files:
	src/sys/kern: kern_microtime.c

Log Message:
Adjust code that tries to prevent cc_microtime() from going backwards
so that it doesn't fire when called twice in the same microsecond,
which can lead to large error accumulation.

Appears to fix "repeated gettimeofday() goes backwards" on a fast
alpha and i386 box.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sys/kern/kern_microtime.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.