Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Paul Kranenburg <pk@netbsd.org>
List: source-changes
Date: 04/10/2001 00:28:54
Module Name: syssrc
Committed By: pk
Date: Mon Apr 9 21:28:53 UTC 2001
Modified Files:
syssrc/sys/arch/sparc/sparc: clock.c
Log Message:
Account for the number of counter ticks that elapse while statintr()
processing takes place. This prevents stat clock skew by a factor
approximately proportional to stathz (not a serious problem if stathz==100;
but considerable already if stathz==1000).
To generate a diff of this commit:
cvs rdiff -r1.78 -r1.79 syssrc/sys/arch/sparc/sparc/clock.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.