Subject: Re: machine-independent cycle counter based microtime()
To: Takeshi Nakayama <tn@catvmics.ne.jp>
From: Martin Husemann <martin@duskware.de>
List: tech-kern
Date: 01/21/2003 19:26:30
On Tue, Jan 21, 2003 at 10:00:36PM +0900, Takeshi Nakayama wrote:

>   - write MI code as "dev/cc_microtime.c" (cc means cycle counter)
>   - write MD header as "arch/sparc64/cc_microtime.h"

This sounds fine. Minor nits: the includes should probably go into 
arch/i386/include/cc_microtime.h (aka <machine/cc_microtime.h>), and I would
move the cc_microtime.c itself into sys/kern. But then I'm well known for
my bad taste when choosing names...

Martin