On Mon, Nov 21, 2011 at 01:44:38PM +0000, Izumi Tsutsui wrote:
> Module Name:  src
> Committed By: tsutsui
> Date:         Mon Nov 21 13:44:38 UTC 2011
> 
> Modified Files:
>       src/sys/kern: subr_cprng.c
> 
> Log Message:
> Include MD <machine/cpu_counter.h> only if defined(__HAVE_CPU_COUNTER).
> 
> XXX: Why not timecounter(9) but deprecated cpu_counter32() and microtime(9)?

microtime(9) is part of timecounter(9). There is no real replacement for
cpu_counter32, which is doing a lot less processing than the
alternatives.

Joerg

Reply via email to