Subject: CVS commit: syssrc/sys/uvm
To: None <source-changes@netbsd.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 01/02/2002 03:10:37
Module Name: syssrc
Committed By: chs
Date: Wed Jan 2 01:10:37 UTC 2002
Modified Files:
syssrc/sys/uvm: uvm_fault.c
Log Message:
in uvm_fault_unwire_locked(), if we find that a pmap entry is missing,
just skip that page. this situation can arise legitimately when a file
with a wired mapping is truncated so that a wired page is no longer
part of the file.
To generate a diff of this commit:
cvs rdiff -r1.73 -r1.74 syssrc/sys/uvm/uvm_fault.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.