Subject: CVS commit: syssrc [netbsd-1-5]
To: None <source-changes@netbsd.org>
From: Todd Vierling <tv@netbsd.org>
List: source-changes
Date: 11/02/2000 00:29:15
Module Name:	syssrc
Committed By:	tv
Date:		Wed Nov  1 22:29:15 UTC 2000

Modified Files:
	syssrc/sys/arch/vax/vax [netbsd-1-5]: pmap.c

Log Message:
Pullup 1.89 by patch [ragge]:
If a process is locked into memory with mlockall() (like ntpd is)
pmap_enter() will get called trying to wire an already wired page again
if sysctl() is called. To avoid a panic the "wired" check is moved after
the double-mapping check.


To generate a diff of this commit:
cvs rdiff -r1.82.2.2 -r1.82.2.3 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.