Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
re: CVS commit: src/sys/kern
   
   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.
Home |
Main Index |
Thread Index |
Old Index