Subject: re: CVS commit: src/sys/dev/splash
To: None <freza@netbsd.org>
From: matthew green <mrg@eterna.com.au>
List: source-changes
Date: 10/28/2006 17:08:25
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.
(also not sure why the only-used-once macro UPDATE_INTERVAL exists for
this...)
.mrg.