Subject: CVS commit: syssrc/sys/arch/mips
To: None <source-changes@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 04/05/2002 04:22:18
Module Name:	syssrc
Committed By:	simonb
Date:		Fri Apr  5 01:22:18 UTC 2002

Modified Files:
	syssrc/sys/arch/mips/include: cpu.h
	syssrc/sys/arch/mips/mips: mips_machdep.c

Log Message:
Add a "CPU_MIPS_DOUBLE_COUNT" flag for CPUs where the cp0 count register
ticks over at half the CPU clock speed, and set this flag for the known
CPUs with this behaviour.  Better names for this flag gratefully accepted!

Also adjust comment about known R4000/R4400 revisions.


To generate a diff of this commit:
cvs rdiff -r1.61 -r1.62 syssrc/sys/arch/mips/include/cpu.h
cvs rdiff -r1.127 -r1.128 syssrc/sys/arch/mips/mips/mips_machdep.c

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