Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jeff Smith <jeffs@netbsd.org>
List: source-changes
Date: 07/27/2000 09:28:09
Module Name:	syssrc
Committed By:	jeffs
Date:		Thu Jul 27 06:28:08 UTC 2000

Modified Files:
	syssrc/sys/arch/mips/mips: mips_machdep.c

Log Message:
Do not attempt mips3 style cache flush on mips1 in setregs() as it
is illegal to flush on user addresses.  In theory the race exists
on MIPS1, but it is rather unlikely in common use.  I have
seen it with regress/sys/kern/sigtramp on a QED 5231 system.


To generate a diff of this commit:
cvs rdiff -r1.95 -r1.96 syssrc/sys/arch/mips/mips/mips_machdep.c

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