Subject: CVS commit: src/sys/arch
To: None <source-changes@NetBSD.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 09/11/2005 14:30:32
Module Name:	src
Committed By:	chs
Date:		Sun Sep 11 14:30:32 UTC 2005

Modified Files:
	src/sys/arch/i386/i386: pmap.c
	src/sys/arch/xen/i386: pmap.c

Log Message:
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.184 -r1.185 src/sys/arch/i386/i386/pmap.c
cvs rdiff -r1.14 -r1.15 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.