Subject: CVS commit: syssrc/sys/arch/vax/vax
To: None <source-changes@netbsd.org>
From: Anders Magnusson <ragge@netbsd.org>
List: source-changes
Date: 09/30/2001 20:12:09
Module Name:	syssrc
Committed By:	ragge
Date:		Sun Sep 30 17:12:09 UTC 2001

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

Log Message:
Check if page to be remapped in pmap_enter() is entered by pmap_kenter_pa(),
to decide whether to remove the previous mapping from pv_table or not.
Should fix PR#12231.


To generate a diff of this commit:
cvs rdiff -r1.107 -r1.108 syssrc/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.