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
F153941300: D20627.id.diff
Fri, Apr 24, 11:34 PM
Unknown Object (File)
Fri, Apr 24, 3:45 PM
Unknown Object (File)
Sun, Apr 19, 11:57 AM
Unknown Object (File)
Sun, Apr 19, 11:56 AM
Unknown Object (File)
Thu, Apr 16, 3:32 PM
Unknown Object (File)
Wed, Apr 15, 1:32 PM
Unknown Object (File)
Sat, Apr 4, 6:07 PM
Unknown Object (File)
Mon, Mar 30, 11:36 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