Subject: CVS commit: syssrc/sys/arch/arm26/arm26
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 10/13/2001 17:23:31
Module Name:	syssrc
Committed By:	bjh21
Date:		Sat Oct 13 14:23:31 UTC 2001

Modified Files:
	syssrc/sys/arch/arm26/arm26: pmap.c

Log Message:
Don't update referenced/modified bits if a page is entered using
pmap_kenter_pa.  pmap(9) says unmanage mappings don't get referenced/modified
tracking, and this seems to stop me getting a panic while starting up with
root on NFS.


To generate a diff of this commit:
cvs rdiff -r1.32 -r1.33 syssrc/sys/arch/arm26/arm26/pmap.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.