Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 09/10/2000 06:45:59
Module Name: syssrc
Committed By: chs
Date: Sun Sep 10 03:45:59 UTC 2000
Modified Files:
syssrc/sys/arch/i386/i386: pmap.c
Log Message:
move the guts of pmap_remove() to pmap_do_remove(), which has a flags arg
to tell it whether or not to remove wired mappings. pmap_remove() wants
to remove wired mappings, pmap_collect() doesn't. fixes PRs 10363 and 10761.
To generate a diff of this commit:
cvs rdiff -r1.104 -r1.105 syssrc/sys/arch/i386/i386/pmap.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.