Subject: CVS commit: [netbsd-3] src/sys/arch/i386/i386
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 07/12/2005 11:50:35
Module Name:	src
Committed By:	tron
Date:		Tue Jul 12 11:50:35 UTC 2005

Modified Files:
	src/sys/arch/i386/i386 [netbsd-3]: identcpu.c

Log Message:
Pull up revision 1.21 (requested by fair in ticket #561):
disable the use of TSC on Cyrix CPUs and document why:
When powersave mode is enabled, the TSC stops counting while the CPU is halted
in idle() waiting for an interrupt. This means we can't use the TSC for
interval time in microtime(9), and thus it is disabled here.
It still makes a perfectly good cycle counter for program profiling, so long
as you remember you're counting cycles, and not time. Further, if you don't
mind not using powersave mode, the TSC works just fine, so this should really
be optional. XXX


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

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