Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 03/25/1998 14:50:01
chuck
Wed Mar 25 14:49:12 PST 1998
Update of /cvsroot/src/sys/arch/i386/i386
In directory nb00:/tmp/cvs-serv20438

Modified Files:
	pmap.new.c 
Log Message:
the kernel remove function can encounter mappings that are on the
pvlists if they were entered by the fault routine.   in this case
we had better call pmap_remove to clear out the pventry structures.

appears to fix some pvlist releated panics people have seen with pmap.new.