Subject: CVS commit: [netbsd-1-6] src/sys/kern
To: None <source-changes@netbsd.org>
From: grant beattie <grant@netbsd.org>
List: source-changes
Date: 06/24/2003 09:34:37
Module Name:	src
Committed By:	grant
Date:		Tue Jun 24 09:34:36 UTC 2003

Added Files:
	src/sys/kern [netbsd-1-6]: kern_microtime.c

Log Message:
Create new file from rev 1.1 (requested by nakayama in ticket #1329):

Switch to use cycle counter (%tick) based microtime().

This is derived from alpha/microtime.c and i386/tsc_microtime.c,
and will share with both ports.


To generate a diff of this commit:
cvs rdiff -r0 -r1.3.2.1 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.