Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Anders Magnusson <ragge@netbsd.org>
List: source-changes
Date: 10/31/2000 22:15:11
Module Name: syssrc
Committed By: ragge
Date: Tue Oct 31 20:15:10 UTC 2000
Modified Files:
syssrc/sys/arch/vax/vax: pmap.c
Log Message:
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.88 -r1.89 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.