Subject: Re: mac68k - do we need __VM_PMAP_HACK ?
To: None <paul@whooppee.com>
From: Gordon W. Ross <gwr@mc.com>
List: current-users
Date: 05/19/1997 11:09:17
> Date: Sun, 18 May 1997 06:53:21 -0700 (PDT)
> From: Paul Goyette <paul@whooppee.com>

> It appears that the mac68k port has not yet been adjusted to the new vm
> structures.  Should we use __VM_PMAP_HACK, or should we make the indicated
> code change?

Oops...  I thought I found and changed all the refereneces to vm_pmap
in all the m68k ports, but evidently I missed this one.  I suggest:

	PMAP_ACTIVATE(p2->p_vmspace->vm_map.pmap, pcb, 0);

Gordon