Subject: Re: Analysis of kern/6891 (ps output) [Was Re: Semi fix for PR kern/6891]
To: Jason Thorpe <thorpej@nas.nasa.gov>
From: Chuck Cranor <chuck@research.att.com>
List: tech-kern
Date: 02/01/1999 11:52:59
On Fri, Jan 29, 1999 at 01:09:54PM -0800, Jason Thorpe wrote:
> Why doesn't it just acquire that lock, then?  Is it defined in the
> pmap_kenter() API that the kernel pmap will not be locked?

it might be possible, i didn't define it one way or the other, so
i'll have to look into it.


regarding the usage of pmap_kenter and its interaction with
mod/ref bits and VAC aliases: you are only supposed to use
pmap_kenter() for mapping where those issues don't matter
(e.g. private kernel mappings).   John Dyson's message clearly
explained it the way i was thinking about it so i won't bother 
to repeat it again.


on a related note, i don't consider the PMAP_NEW related stuff
set in stone, so the issue of revising the interface is still
on the table [or on a back burner at this point given some of
my other concerns].

chuck