Subject: CVS commit: src/sys/arch/sparc
To: None <source-changes@NetBSD.org>
From: Paul Kranenburg <pk@netbsd.org>
List: source-changes
Date: 04/03/2004 23:11:14
Module Name: src
Committed By: pk
Date: Sat Apr 3 23:11:14 UTC 2004
Modified Files:
src/sys/arch/sparc/include: pmap.h
src/sys/arch/sparc/sparc: pmap.c
Log Message:
Maintain pmap resident count as pages are mapped and unmapped instead
of traversing the page tables each time it's needed.
To generate a diff of this commit:
cvs rdiff -r1.70 -r1.71 src/sys/arch/sparc/include/pmap.h
cvs rdiff -r1.276 -r1.277 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.