Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Anders Magnusson <ragge@netbsd.org>
List: source-changes
Date: 05/23/1999 16:03:44
Module Name:	src
Committed By:	ragge
Date:		Sun May 23 23:03:44 UTC 1999

Modified Files:
	src/sys/arch/vax/include: pte.h
	src/sys/arch/vax/vax: intvec.s pmap.c
Log Message:
Rewrite the "emulate page reference bits" code to avoid a bunch of
pv_lists traversal and unneccessary page faults.

To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/sys/arch/vax/include/pte.h
cvs rdiff -r1.37 -r1.38 src/sys/arch/vax/vax/intvec.s
cvs rdiff -r1.63 -r1.64 src/sys/arch/vax/vax/pmap.c

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