Subject: Re: kern/25640
To: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
From: Chuck Silvers <chuq@chuq.com>
List: netbsd-bugs
Date: 06/18/2005 07:19:09
On Fri, Jun 17, 2005 at 08:43:35PM +0900, YAMAMOTO Takashi wrote:
> some ports use pmap_kenter_pa rather than pmap_enter for vmapbuf.

sure, but physio also uses uvm_vslock(), which always ends up using
pmap_enter() with VM_PROT_WRITE in the flags if we're modifying the page,
so the modified bit will be set at that point.

-Chuck