Subject: CVS commit: src/sys/arch/sparc
To: None <source-changes@NetBSD.org>
From: Paul Kranenburg <pk@netbsd.org>
List: source-changes
Date: 04/10/2004 19:22:59
Module Name:	src
Committed By:	pk
Date:		Sat Apr 10 19:22:59 UTC 2004

Modified Files:
	src/sys/arch/sparc/include: pmap.h
	src/sys/arch/sparc/sparc: pmap.c

Log Message:
Do not maintain the number of valid pages per segment (`sg_npte') anymore
for the kernel map on SRMMU machines. This allows pmap_kenter() and
pmap_kremove() to update mappings without needing to lock the pmap
or raising the interrupt level.


To generate a diff of this commit:
cvs rdiff -r1.71 -r1.72 src/sys/arch/sparc/include/pmap.h
cvs rdiff -r1.280 -r1.281 src/sys/arch/sparc/sparc/pmap.c

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