Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Frank Kardel <kardel@netbsd.org>
List: source-changes
Date: 10/21/2006 07:16:54
Module Name: src
Committed By: kardel
Date: Sat Oct 21 07:16:54 UTC 2006
Modified Files:
src/sys/kern: kern_tc.c
Log Message:
Avoid printf() the selected timecounter as it is called in the path of hardclock().
The information is available via sysctl anyway.
To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/sys/kern/kern_tc.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.