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/17/2008 08:49:53
Module Name:	src
Committed By:	yamt
Date:		Thu Jan 17 08:49:53 UTC 2008

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

Log Message:
- reduce the number of atomic ops in some cases.
- reduce code duplications.
- fix the "pte == 0" assersion failure in pmap_tlb_shootdown.


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