Subject: CVS commit: src/sys/arch/x86/x86
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 01/13/2008 07:26:33
Module Name:	src
Committed By:	yamt
Date:		Sun Jan 13 07:26:33 UTC 2008

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

Log Message:
add functions to update pm_stats and use them in some places.
for pmap_kernel(), use atomic ops to update stats because pmap_map_ptes
doesn't lock the pmap.


To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 src/sys/arch/x86/x86/pmap.c

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