Subject: Re: pmap_copy() is a lose
To: Charles M. Hannum <root@ihack.net>
From: Jason R Thorpe <thorpej@zembu.com>
List: tech-kern
Date: 06/15/2000 08:03:40
On Thu, Jun 15, 2000 at 09:38:37AM -0400, Charles M. Hannum wrote:

 > So, I've disabled pmap_copy() on the i386 port.  I suggest that
 > port-masters do the same for other ports which implement it.

The only other platforms that implement pmap_copy() are the sh3
and pc532 -- i.e. the other platforms that have pmaps drived from
the new UVM pmap for i386.  The SPARC has a pmap_copy(), but the
body of the function is #if 0'd out.

-- 
        -- Jason R. Thorpe <thorpej@zembu.com>