Subject: CVS commit: [netbsd-3] src/sys/arch
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 09/26/2005 20:24:52
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.