Subject: CVS commit: syssrc/sys/arch
To: None <source-changes@netbsd.org>
From: Chris Gilbert <chris@netbsd.org>
List: source-changes
Date: 09/28/2002 18:44:30
Module Name:	syssrc
Committed By:	chris
Date:		Sat Sep 28 15:44:30 UTC 2002

Modified Files:
	syssrc/sys/arch/arm/footbridge: footbridge_clock.c
	syssrc/sys/arch/cats/include: intr.h
	syssrc/sys/arch/netwinder/include: intr.h

Log Message:
Enable the use of a seperate statclock.

Currently statclock runs at 64hz, maybe it should be faster or slower, I did
try it being the same as hz, but that just made it look like we spent 10% of
time handling interrupts, rather than the 3% that this gives.

Also fix the IPL_LEVELS for netwinder.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 syssrc/sys/arch/arm/footbridge/footbridge_clock.c
cvs rdiff -r1.3 -r1.4 syssrc/sys/arch/cats/include/intr.h
cvs rdiff -r1.3 -r1.4 syssrc/sys/arch/netwinder/include/intr.h

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