Subject: CVS commit: src/sys/arch/sun3
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 09/22/2003 17:53:48
Module Name:	src
Committed By:	tsutsui
Date:		Mon Sep 22 17:53:48 UTC 2003

Modified Files:
	src/sys/arch/sun3/sun3: clock.c
	src/sys/arch/sun3/sun3x: clock.c

Log Message:
Count clock interrupts.
clock_intr() functions on sun3 are called directly without dispatchers.

XXX should use evcnt(9)?


To generate a diff of this commit:
cvs rdiff -r1.52 -r1.53 src/sys/arch/sun3/sun3/clock.c
cvs rdiff -r1.26 -r1.27 src/sys/arch/sun3/sun3x/clock.c

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