Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 12/10/2000 20:43:02
Module Name:	syssrc
Committed By:	scw
Date:		Sun Dec 10 18:43:02 UTC 2000

Modified Files:
	syssrc/sys/arch/mvme68k/include: intr.h
	syssrc/sys/arch/mvme68k/mvme68k: locore.s

Log Message:
A small splx()/spl0()/soft interrupt related optimisation. If we're
dropping to spl0, use inline code to check if a soft interrupt is
pending instead of taking the hit of a function call to do the check.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 syssrc/sys/arch/mvme68k/include/intr.h
cvs rdiff -r1.72 -r1.73 syssrc/sys/arch/mvme68k/mvme68k/locore.s

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