]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r276439 (by alc):
authorkib <kib@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 16 Jul 2015 14:41:58 +0000 (14:41 +0000)
committerkib <kib@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 16 Jul 2015 14:41:58 +0000 (14:41 +0000)
commitdbd60e33a37e28e0a3f7b99787c72bf95b52f146
treea9994e2652a9004965044919dc052e1e341a9067
parent10fb21207decb95b79189769c6aa38335be8b658
MFC r276439 (by alc):
Make the creation of the free lists dynamic, i.e., it is based on the
available physical memory at boot time. For amd64 systems with 64 GB
or more of physical memory, create free lists for managing pages with
physical addresses below 4 GB.

PR: 185727
Requested by: alc
Approved by: re (gjb)

git-svn-id: svn://svn.freebsd.org/base/stable/10@285634 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/amd64/include/vmparam.h
sys/mips/include/vmparam.h
sys/vm/vm_phys.c
sys/vm/vm_phys.h