K 10 svn:author V 3 alc K 8 svn:date V 27 2019-06-14T04:01:08.634873Z K 7 svn:log V 322 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.) Reviewed by: kib, markj MFC after: 10 days Differential Revision: https://reviews.freebsd.org/D20627 END