Page MenuHomeFreeBSD

Remove manual wire_count adjustments.
ClosedPublic

Authored by markj on Aug 19 2019, 4:20 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Sep 1, 7:25 AM
Unknown Object (File)
Tue, Aug 18, 2:49 PM
Unknown Object (File)
Mon, Aug 17, 6:04 PM
Unknown Object (File)
Sun, Aug 16, 8:21 PM
Unknown Object (File)
Sat, Aug 15, 9:29 PM
Unknown Object (File)
Fri, Aug 14, 8:42 PM
Unknown Object (File)
Thu, Aug 13, 12:24 PM
Unknown Object (File)
Tue, Aug 11, 9:27 AM
Subscribers

Details

Summary

Also use vm_page_free() instead of vm_page_free_toq(). This should have
no effect, since the pages freed here were allocated without
VM_ALLOC_ZERO and thus do not have PG_ZERO set. However, if that were
to change, we would potentially be telling the VM that the page is
zero-filled when nothing ensures that that's the case.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable