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)
Dec 20 2023, 5:45 AM
Unknown Object (File)
Aug 5 2023, 2:29 PM
Unknown Object (File)
Aug 5 2023, 2:29 PM
Unknown Object (File)
Aug 5 2023, 2:28 PM
Unknown Object (File)
Aug 5 2023, 2:18 PM
Unknown Object (File)
Aug 2 2023, 6:17 PM
Unknown Object (File)
Jul 15 2023, 10:15 PM
Unknown Object (File)
May 19 2023, 10:30 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