Subject: CVS commit: src/sys/arch/i386/i386
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 12/26/2003 11:50:51
Module Name:	src
Committed By:	yamt
Date:		Fri Dec 26 11:50:51 UTC 2003

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

Log Message:
postpone freeing PTPs until TLBs are flushed
to avoid loading invalid TLB entries.  from Stephan Uphoff.

for more details,
see "i386 pmap bug" thread on port-i386@ around Feb, 2003.


To generate a diff of this commit:
cvs rdiff -r1.166 -r1.167 src/sys/arch/i386/i386/pmap.c

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