Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jeff Smith <jeffs@netbsd.org>
List: source-changes
Date: 07/17/2000 23:25:33
Module Name:	syssrc
Committed By:	jeffs
Date:		Tue Jul 18 06:25:33 UTC 2000

Modified Files:
	syssrc/sys/arch/mips/include: profile.h
	syssrc/sys/arch/mips/mips: locore.S

Log Message:
Use spl*_noprof routines to raise and lower spl for kernel profiling.
This keeps the SR management more contained in locore, and should
be roughly the same performance as the .text size is less.  Talked
to simonb and he was ok with this change.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 syssrc/sys/arch/mips/include/profile.h
cvs rdiff -r1.105 -r1.106 syssrc/sys/arch/mips/mips/locore.S

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