HomeFreeBSD

Eliminate (many) unnecessary calls to pmap_remove_all(). Pages from objects

Description

Eliminate (many) unnecessary calls to pmap_remove_all(). Pages from objects
with a reference count of zero can't possibly be mapped, so there is never a
need for vm_page_set_invalid() to call pmap_remove_all() on them.

Reviewed by: kib
MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division

Details

Provenance
alcAuthored on
Reviewer
kib
Parents
rS287943: Regenerate
Branches
Unknown
Tags
Unknown