Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Allen Briggs <briggs@netbsd.org>
List: source-changes
Date: 02/13/2001 00:00:10
Module Name:	syssrc
Committed By:	briggs
Date:		Mon Feb 12 22:00:09 UTC 2001

Modified Files:
	syssrc/sys/arch/mac68k/mac68k: pmap.c

Log Message:
Rip the guts out of pmap_remove() and create pmap_do_remove(), called with
a flag that determines whether or not wired mapping should be removed.
pmap_collect() calls pmap_do_remove() without this flag, and pmap_remove()
calls with it.
Pointed out on port-mac68k with suggested fix from chs.


To generate a diff of this commit:
cvs rdiff -r1.69 -r1.70 syssrc/sys/arch/mac68k/mac68k/pmap.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.