Subject: CVS commit: src/sys/arch/mips/mips
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 01/10/2008 14:29:08
Module Name:	src
Committed By:	tsutsui
Date:		Thu Jan 10 14:29:08 UTC 2008

Modified Files:
	src/sys/arch/mips/mips: mips3_clock.c

Log Message:
The MIPS3 CP0 counter is not cleared at compare-match and
it always counts upto UINT32_MAX, so no need to handle
wrapped around case with ci_cycles_per_hz value.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/sys/arch/mips/mips/mips3_clock.c

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