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)
Fri, Dec 20, 5:07 PM
Unknown Object (File)
Sat, Nov 30, 6:27 AM
Unknown Object (File)
Mon, Nov 25, 10:43 AM
Unknown Object (File)
Nov 22 2024, 9:51 PM
Unknown Object (File)
Nov 20 2024, 5:43 AM
Unknown Object (File)
Nov 19 2024, 2:11 AM
Unknown Object (File)
Nov 17 2024, 12:01 PM
Unknown Object (File)
Nov 8 2024, 5:46 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

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 25959
Build 24517: arc lint + arc unit