Subject: CVS commit: [vmlocking] src/sys/arch/i386/i386
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 09/09/2007 23:10:29
Module Name:	src
Committed By:	ad
Date:		Sun Sep  9 23:10:29 UTC 2007

Modified Files:
	src/sys/arch/i386/i386 [vmlocking]: pmap.c

Log Message:
Garbage collect the pdp_cache generation stuff. Instead, when checking
to see if a cached page directory is valid, test to see if there is a
PDE matching the current value of nkpde while we hold pmaps_lock.


To generate a diff of this commit:
cvs rdiff -r1.202.2.23 -r1.202.2.24 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.