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)
May 3 2024, 8:12 AM
Unknown Object (File)
Apr 25 2024, 9:33 AM
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
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