K 10 svn:author V 5 markj K 8 svn:date V 27 2017-11-27T17:46:38.432632Z K 7 svn:log V 302 Avoid unnecessary lookups when initializing the vm_page array. This gives a marginal improvement in the vm_page_array initialization time. Also garbage-collect the now-unused vm_phys_paddr_to_segind(). Reviewed by: alc, kib MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D13270 END