Subject: Re: yamt-km branch
To: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
From: Chuck Silvers <chuq@chuq.com>
List: tech-kern
Date: 02/16/2005 18:03:53
On Thu, Feb 17, 2005 at 07:34:58AM +0900, YAMAMOTO Takashi wrote:
> hi,
> 
> > I tried sparc, alpha and mac68k this morning.  the first two are working,
> > but mac68k crashes while starting init.  I tried a vanilla -current from
> > a couple days ago and that works.
> 
> does m68k pmap rely on pm_ptab demand-paged?

it used to, but it shouldn't anymore.

http://mail-index.netbsd.org/source-changes/2001/11/19/0045.html


> i assumed page table pages are always entered by pmap_enter_ptpage.

that's how it's supposed to work, yea.  I'll look into it some more
this evening.

-Chuck