Subject: Re: CVS commit: syssrc/sys/arch/hp300/hp300
To: Chuck Silvers <chs@netbsd.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 07/06/2001 09:09:58
On Fri, 6 Jul 2001, Chuck Silvers wrote:

> Modified Files:
> 	syssrc/sys/arch/hp300/hp300: vm_machdep.c
>
> Log Message:
> use pmap_k* for pagemove().
> call pmap_remove() explicitly in vunmapbuf() in preparation for
> upcoming UVM changes.

Is this something which all ports need to do now (call pmap_remove())?

A bunch of ports currently depend on uvm_km_free_wakeup() doing this on
their behalf. Presumably, this is one of the "UVM changes" you hint at...

Cheers, Steve