Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: tsutsui
Date: Sat Jul 21 11:47:08 UTC 2007
Added Files:
src/sys/kern: kern_cctr.c
src/sys/sys: cctr.h
Log Message:
Add sys/kern/kern_cctr.c, which contains MI cpu cyclecounter based
timecounter(9) support functions split out from sys/arch/x86/x86/tsc.c.
Written by and ok'ed to commit by kardel@.
Also add <sys/cctr.h>, which is copied from #ifdef __HAVE_TIMECOUNTER
part of <sys/cc_microtime.h> to migrate MI kern_cctr.c per each port.
To generate a diff of this commit:
cvs rdiff -r0 -r1.1 src/sys/kern/kern_cctr.c
cvs rdiff -r0 -r1.1 src/sys/sys/cctr.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index