Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 09/14/2000 20:06:52
Module Name: syssrc
Committed By: thorpej
Date: Thu Sep 14 17:06:52 UTC 2000
Modified Files:
syssrc/sys/arch/alpha/alpha: pmap.c
Log Message:
Make sure pmap_collect() doesn't remove wired mappings. Per discussion
w/ Chuq Silvers. Fixes a panic when a program with wired pages that
has run for a long time when the system is under heavy memory load
exits (specific case was ntpd, reported by Simon Burge).
To generate a diff of this commit:
cvs rdiff -r1.145 -r1.146 syssrc/sys/arch/alpha/alpha/pmap.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.