Subject: Re: CVS commit: src/sys/dev/splash
To: matthew green <mrg@eterna.com.au>
From: Jachym Holecek <freza@dspfpga.com>
List: source-changes
Date: 10/29/2006 12:31:22
# matthew green 2006-10-28:
>    
>    Modified Files:
>    	src/sys/dev/splash: splash.c
>    
>    Log Message:
>    Use curcpu() instead of referencing &cpu_info_primary (which is only
>    defined by a handful of ports).
> 
> cool.
> 
> pity that "cpu_frequency()" function also called also is only defined
> by a handful of ports.

Yeah, it's needed to make sense of cpu_counter32() values. Portmasters? ;)

> (also not sure why the only-used-once macro UPDATE_INTERVAL exists for
> this...)

I've removed it in splash.c:1.3.

	-- Jachym