Subject: PR/29804 CVS commit: [netbsd-3] src/sys/arch
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Matthias Scheler <tron@netbsd.org>
List: netbsd-bugs
Date: 09/26/2005 20:25:02
The following reply was made to PR kern/29804; it has been noted by GNATS.

From: Matthias Scheler <tron@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/29804 CVS commit: [netbsd-3] src/sys/arch
Date: Mon, 26 Sep 2005 20:24:52 +0000 (UTC)

 Module Name:	src
 Committed By:	tron
 Date:		Mon Sep 26 20:24:52 UTC 2005
 
 Modified Files:
 	src/sys/arch/i386/i386 [netbsd-3]: pmap.c
 	src/sys/arch/xen/i386 [netbsd-3]: pmap.c
 
 Log Message:
 Pull up following revision(s) (requested by chs in ticket #813):
 	sys/arch/xen/i386/pmap.c: revision 1.15
 	sys/arch/i386/i386/pmap.c: revision 1.185
 remove the part of rev. 1.168 that skips TLB invalidations in pmap_enter().
 it's wrong for wired mappings.  fixes PR 29804.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.181.2.1 -r1.181.2.2 src/sys/arch/i386/i386/pmap.c
 cvs rdiff -r1.8.2.4 -r1.8.2.5 src/sys/arch/xen/i386/pmap.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.