]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Simplify and optimize pmap_object_init_pt(). More specifically,
authorAlan Cox <alc@FreeBSD.org>
Thu, 7 Nov 2002 18:33:55 +0000 (18:33 +0000)
committerAlan Cox <alc@FreeBSD.org>
Thu, 7 Nov 2002 18:33:55 +0000 (18:33 +0000)
commitaa8e11b6c4c91c890cd9f8d350bb50bcfcf75f60
tree8b6eee5ce5982264ba992c266d7670e01ddc2f70
parent8d667a42c485075f8ebc7fb2f3b63f7aa231a158
Simplify and optimize pmap_object_init_pt().   More specifically,
take advantage of the fact that the vm object's list of pages is
now ordered to reduce the overhead of finding the desired set of
pages to be mapped.  (See revision 1.215 of vm/vm_page.c.)
sys/amd64/amd64/pmap.c
sys/i386/i386/pmap.c