Subject: re: CVS commit: src/sys/kern
To: None <hannken@netbsd.org>
From: matthew green <mrg@eterna.com.au>
List: source-changes
Date: 08/12/2004 23:42:43
Module Name: src
Committed By: hannken
Date: Thu Aug 12 12:15:21 UTC 2004
Modified Files:
src/sys/kern: kern_microtime.c
Log Message:
Make it compile again for sparc64/DIAGNOSTIC.
All archs should use `cpuid_t ci_cpuid' ...
hmmm cpuid_t is a u_long -- why does sparc64 need to use a 64bit
int for this instead of a 32 bit one? that seems wasteful. (it
currently just uses 'int'.)
.mrg.