Subject: Re: CVS commit: syssrc/sys/arch/mips/mips
To: Tohru Nishimura <nisimura@netbsd.org>
From: Jason R Thorpe <thorpej@wasabisystems.com>
List: source-changes
Date: 11/09/2002 18:34:41
On Sun, Nov 10, 2002 at 04:27:50AM +0200, Tohru Nishimura wrote:
> Module Name: syssrc
> Committed By: nisimura
> Date: Sun Nov 10 02:27:50 UTC 2002
>
> Modified Files:
> syssrc/sys/arch/mips/mips: vm_machdep.c
>
> Log Message:
> Use pmap_enter_pa and pmap_kremove for vmapbuf/vunmapbuf, respectively.
> Have variable names renamed for the logic clarity.
I don't think this is correct; for MIPS, you need to use the normal
pmap_enter()/pmap_remove() to keep track of virtual aliases.
--
-- Jason R. Thorpe <thorpej@wasabisystems.com>