Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 03/23/1999 18:45:28
Module Name:	src
Committed By:	mycroft
Date:		Wed Mar 24 02:45:28 UTC 1999

Modified Files:
	src/sys/arch/arm32/arm32: pmap.c
Log Message:
Fix another problem is the modified bit emulation that caused double faults.
We need to set the L2 type preemptively, as it may still be L2_INVAL if the
page had not been previously accessed.