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, Jul 24, 7:22 PM
Unknown Object (File)
Tue, Jul 21, 5:03 AM
Unknown Object (File)
Sat, Jul 18, 2:38 PM
Unknown Object (File)
Thu, Jul 9, 12:14 PM
Unknown Object (File)
Tue, Jul 7, 3:58 AM
Unknown Object (File)
Mon, Jul 6, 5:11 AM
Unknown Object (File)
Jul 3 2026, 12:36 PM
Unknown Object (File)
Jun 30 2026, 7:27 PM
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