Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 05/23/1999 10:49:08
Module Name:	src
Committed By:	thorpej
Date:		Sun May 23 17:49:08 UTC 1999

Modified Files:
	src/sys/arch/alpha/alpha: pmap.c
	src/sys/arch/alpha/include: pmap.h
Log Message:
Save ourselves some work in some pv list traversal functions; keep a pointer
to the PTE that maps the page in the pv_entry so that we don't have to
compute it from the pmap/va.

To generate a diff of this commit:
cvs rdiff -r1.96 -r1.97 src/sys/arch/alpha/alpha/pmap.c
cvs rdiff -r1.28 -r1.29 src/sys/arch/alpha/include/pmap.h

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