]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Allocate amd64's page array using pages and page directory pages from the
authorjeff <jeff@FreeBSD.org>
Sun, 18 Aug 2019 23:07:56 +0000 (23:07 +0000)
committerjeff <jeff@FreeBSD.org>
Sun, 18 Aug 2019 23:07:56 +0000 (23:07 +0000)
commit58b7f3bb5707cafbe855883483b51e49f3050b18
treebb3191abe4207589585dd819218c55f9262a27dd
parentae31772a2ff13a311389d77cacba540c07482bc9
Allocate amd64's page array using pages and page directory pages from the
NUMA domain that the pages describe.  Patch original from gallatin.

Reviewed by: kib
Tested by: pho
Sponsored by: Netflix
Differential Revision: https://reviews.freebsd.org/D21252
sys/amd64/amd64/pmap.c
sys/amd64/include/pmap.h
sys/amd64/include/vmparam.h
sys/vm/vm_page.c
sys/vm/vm_reserv.c
sys/vm/vm_reserv.h