Subject: PR/14801 CVS commit: [netbsd-2] src/sys/arch/mips/mips
To: None <chs@netbsd.org, gnats-admin@netbsd.org, netbsd-bugs@netbsd.org>
From: Jeff Rizzo <riz@netbsd.org>
List: netbsd-bugs
Date: 05/16/2005 04:56:01
The following reply was made to PR port-mips/14801; it has been noted by GNATS.

From: Jeff Rizzo <riz@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/14801 CVS commit: [netbsd-2] src/sys/arch/mips/mips
Date: Mon, 16 May 2005 04:55:38 +0000 (UTC)

 Module Name:	src
 Committed By:	riz
 Date:		Mon May 16 04:55:38 UTC 2005
 
 Modified Files:
 	src/sys/arch/mips/mips [netbsd-2]: mipsX_subr.S
 
 Log Message:
 Pull up revision 1.16 (requested by chs in ticket #1508):
 change *_TLBUpdate for the MIPS3-style two-entry TLBs to only update existing
 entries and not create new ones.  the problem with creating an entry is that
 we only have the data for one side of the entry, so the other side could be
 out of sync with the software PTEs, which the fault handlers are not prepared
 to deal with.  fixes PR 14801.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.13 -r1.13.6.1 src/sys/arch/mips/mips/mipsX_subr.S
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.