Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 03/29/1999 16:12:33
Module Name:	src
Committed By:	thorpej
Date:		Tue Mar 30 00:12:33 UTC 1999

Modified Files:
	src/sys/arch/hp300/hp300: pmap.c
Log Message:
In pmap_enter(), set the appropriate page attributes based on access_type.
The m68k maintains modified and referenced information for us, but seeding
the page attributes can save us a pv list traversal.