Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 03/23/1999 05:52:49
Module Name:	src
Committed By:	mycroft
Date:		Tue Mar 23 13:52:48 UTC 1999

Modified Files:
	src/sys/arch/arm32/arm32: pmap.c
Log Message:
More cleanup...
* Don't bother pulling PT_M and PT_H bits from pv_flags; they can't ever be
set there!
* Actually make pmap_clear_reference() do something useful.
* Also set the referenced bit (PT_H) when emulating a write fault.