Re: svn commit: r251370 - head/sys/arm/arm

2013-08-25 Thread Andrew Turner
On Tue, 4 Jun 2013 09:21:18 + (UTC) Grzegorz Bernacki g...@freebsd.org 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

Re: svn commit: r251370 - head/sys/arm/arm

2013-08-25 Thread Zbigniew Bodek
2013/8/25 Andrew Turner and...@fubar.geek.nz On Tue, 4 Jun 2013 09:21:18 + (UTC) Grzegorz Bernacki g...@freebsd.org 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

svn commit: r251370 - head/sys/arm/arm

2013-06-04 Thread Grzegorz Bernacki
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.