Page MenuHomeFreeBSD

Defer updates to the wired pages count in the arm64 pmap
ClosedPublic

Authored by alc on Jun 13 2019, 2:51 AM.
Tags
None
Referenced Files
F156941968: D20627.diff
Sun, May 17, 12:53 PM
Unknown Object (File)
Tue, May 12, 8:30 PM
Unknown Object (File)
Tue, May 12, 6:02 PM
Unknown Object (File)
Tue, May 12, 8:07 AM
Unknown Object (File)
Mon, May 11, 12:51 PM
Unknown Object (File)
Wed, May 6, 9:52 AM
Unknown Object (File)
Mon, May 4, 2:39 AM
Unknown Object (File)
Fri, May 1, 6:41 AM
Subscribers

Details

Summary

Change the arm64 pmap so that updates to the global count of wired pages are not performed directly by the pmap. Instead, they are performed by vm_page_free_pages_toq(). (This is the same approach that we use on x86.)

Diff Detail

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