Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 09/21/2000 17:20:26
Module Name:	syssrc
Committed By:	chs
Date:		Thu Sep 21 14:20:25 UTC 2000

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

Log Message:
pull up rev. 1.105, approved by thorpej:
> 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.94.2.1 -r1.94.2.2 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.