Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 05/02/2001 01:19:09
Module Name:	syssrc
Committed By:	bjh21
Date:		Tue May  1 22:19:09 UTC 2001

Modified Files:
	syssrc/sys/arch/arm26/arm26: irq.c

Log Message:
Arrange to inline hardsplx() into raisespl() and lowerspl().  This should
make them slightly faster, and makes it easier to see how much of the time
apparently spent in hardsplx() actually comes from deferred statclock
interrupts.


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 syssrc/sys/arch/arm26/arm26/irq.c

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