Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 03/28/1999 14:01:07
Module Name:	src
Committed By:	mycroft
Date:		Sun Mar 28 22:01:07 UTC 1999

Modified Files:
	src/sys/arch/arm32/arm32: pmap.c
Log Message:
A few things:
* Count page table pages in the RSS.
* Rather than patching it up, panic if access_type has bits not in prot, as
this should now be impossible.
* Add page table reference counting, but currently disabled as it still has
some issues.