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/15/2008 11:12:04
Module Name:	src
Committed By:	yamt
Date:		Tue Jan 15 11:12:04 UTC 2008

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

Log Message:
- use cpu-local temporary mapping for P->V operations and kill pmap_main_lock.
  fixes a part of PR/37193 from Andrew Doran.
- use pmap_stats_update_bypte in some more places.

some comments and fixes from Andrew Doran and Manuel Bouyer.


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