Subject: Re: pmap_protect() implementation
To: None <port-mips@netbsd.org>
From: Jason R Thorpe <thorpej@zembu.com>
List: port-mips
Date: 03/29/2000 09:36:56
On Wed, Mar 29, 2000 at 10:19:57AM -0700, Michael L. Hitch wrote:
> Perhaps we need a different TLBUpdate that only updates current entries,
> but does not enter new ones?
I would suggest one that entered new entries (or changed existing ones)
should be called TLBEnter (analogous to pmap_enter()), and one that simply
changed an existing one should be TLBUpdate().
--
-- Jason R. Thorpe <thorpej@zembu.com>