Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jeff Smith <jeffs@netbsd.org>
List: source-changes
Date: 12/14/2000 23:29:52
Module Name:	syssrc
Committed By:	jeffs
Date:		Thu Dec 14 21:29:52 UTC 2000

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

Log Message:
For MIPS software masking option, when returning to user mode apply
the mask to all interrupts to catch changes in the mask state faster.
Does not affect platforms w/o this option enabled.


To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 syssrc/sys/arch/mips/include/asm.h
cvs rdiff -r1.119 -r1.120 syssrc/sys/arch/mips/mips/locore.S
cvs rdiff -r1.60 -r1.61 syssrc/sys/arch/mips/mips/locore_mips3.S

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