2013/8/25 Andrew Turner
> On Tue, 4 Jun 2013 09:21:18 + (UTC)
> Grzegorz Bernacki wrote:
>
> > Author: gber
> > Date: Tue Jun 4 09:21:18 2013
> > New Revision: 251370
> > URL: http://svnweb.freebsd.org/changeset/base/251370
> >
> > Log:
> > Implement pmap_copy() for ARMv6/v7.
> >
> > Co
On Tue, 4 Jun 2013 09:21:18 + (UTC)
Grzegorz Bernacki wrote:
> Author: gber
> Date: Tue Jun 4 09:21:18 2013
> New Revision: 251370
> URL: http://svnweb.freebsd.org/changeset/base/251370
>
> Log:
> Implement pmap_copy() for ARMv6/v7.
>
> Copy the given range of mappings from the sourc
Author: gber
Date: Tue Jun 4 09:21:18 2013
New Revision: 251370
URL: http://svnweb.freebsd.org/changeset/base/251370
Log:
Implement pmap_copy() for ARMv6/v7.
Copy the given range of mappings from the source map to the
destination map, thereby reducing the number of VM faults on fork.