Subject: Re: sync i386 pmap with amd64
To: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
From: Chuck Silvers <chuq@chuq.com>
List: port-i386
Date: 07/23/2004 08:16:59
hi,

if you're going to do work in this direction, I'd recommend doing the full
parameterization of the code for i386 vs. amd64 and move the common part
(which should be most of it) to arch/x86.  otherwise they'll just get
out of sync again.

-Chuck


On Thu, Jul 22, 2004 at 07:34:41AM +0900, YAMAMOTO Takashi wrote:
> hi,
> 
> (it's the same as a mail which seems to be blocked by mailinglist
> about two weeks ago.)
> 
> the following diff is to make i386 pmap similar to amd64.
> is it ok to commit?
> 
> ftp://ftp.netbsd.org/pub/NetBSD/misc/yamt/i386pmap.syncwithamd64.diff
> 
> YAMAMOTO Takashi