Subject: CVS commit: syssrc/sys/arch/arm
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 03/05/2002 06:48:04
Module Name: syssrc
Committed By: thorpej
Date: Tue Mar 5 04:48:04 UTC 2002
Modified Files:
syssrc/sys/arch/arm/arm32: pmap.c
syssrc/sys/arch/arm/include/arm32: pmap.h
Log Message:
* Make pmap_is_{modified,referenced}() macros in pmap.h that just
test the attributes in the vm_page_md directly.
* Clean up pmap_clear_{modified,referenced}().
* Delete now-unused pmap_testbit().
To generate a diff of this commit:
cvs rdiff -r1.49 -r1.50 syssrc/sys/arch/arm/arm32/pmap.c
cvs rdiff -r1.30 -r1.31 syssrc/sys/arch/arm/include/arm32/pmap.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.