HomeFreeBSD

Avoid unnecessary lookups when initializing the vm_page array.

Description

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

Details

Provenance
markjAuthored on
Reviewer
alc
Differential Revision
D13270: Avoid unneeded lookups in vm_page_init_page().
Parents
rS326283: netconfig.h: sync with upstream.
Branches
Unknown
Tags
Unknown