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:23:53
Module Name:	src
Committed By:	ad
Date:		Sun Sep  9 23:23:53 UTC 2007

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

Log Message:
- pmap_pdp_ctor: cache the value of nkpde, so that no matter what the
  outcome, the newly initialized PDE is self-consistent.
- pmap_growkernel: increment nkpde while holding pmaps_lock. Read only
  access can be had by holding pmap_kernel()->pm_obj.vmobjlock.


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