Subject: CVS commit: src/sys/arch/xen/i386
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 05/27/2006 20:48:40
Module Name:	src
Committed By:	bouyer
Date:		Sat May 27 20:48:40 UTC 2006

Modified Files:
	src/sys/arch/xen/i386: identcpu.c

Log Message:
On my system the CPU frequency reported at boot is off by about 10% (maybe
because of the jitter caused by the serial console), which is not only
cosmetic but is bad for clock accuracy. Introducing a 1s delay before reading
Xen's idea of the CPU frequency fixes this.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/sys/arch/xen/i386/identcpu.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.