Subject: CVS commit: syssrc/sys/arch/sh3/include
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 05/07/2002 07:02:00
Module Name:	syssrc
Committed By:	thorpej
Date:		Tue May  7 04:01:59 UTC 2002

Modified Files:
	syssrc/sys/arch/sh3/include: cpu.h

Log Message:
Make CLKF_INTR() slightly less broken.  The previous definition always
tested true if the CPU was running in the kernel at the time of the clock
interrupt, therefore all such time (kernel and idle) was counted as interrupt
time.  The new definition simply punts on trying to count interrupt time,
which allows us to see kernel and idle time.


To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 syssrc/sys/arch/sh3/include/cpu.h

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