Subject: CVS commit: src/sys/arch/arc/arc
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 06/24/2006 04:00:21
Module Name:	src
Committed By:	tsutsui
Date:		Sat Jun 24 04:00:21 UTC 2006

Modified Files:
	src/sys/arch/arc/arc: arc_trap.c autoconf.c timer.c timervar.h

Log Message:
Implement separate statclock(9) handler which uses the MIPS3 CPU INT5
internal timer compare register. Based on hp300 and arm implementation.

This is enabled by options ENABLE_INT5_STATCLOCK, but disabled by default.


To generate a diff of this commit:
cvs rdiff -r1.33 -r1.34 src/sys/arch/arc/arc/arc_trap.c
cvs rdiff -r1.29 -r1.30 src/sys/arch/arc/arc/autoconf.c
cvs rdiff -r1.6 -r1.7 src/sys/arch/arc/arc/timer.c
cvs rdiff -r1.4 -r1.5 src/sys/arch/arc/arc/timervar.h

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