git: DragonFly_RELEASE_6_0 kernel - Remove KVA_PAGES (no longer used)
Matthew Dillon
dillon at crater.dragonflybsd.org
Mon Jun 14 14:14:13 PDT 2021
commit 7e5f247ccef6fc4ca9b153734b18acb90a240058
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Mon May 31 19:52:25 2021 -0700
kernel - Remove KVA_PAGES (no longer used)
* KVA_PAGES is a throw-back to 32-bit systems which we no longer support.
Remove it entirely.
The current platform for 64-bit systems uses NKPML4E to specify the
number of PML4E entries to use for KVM. Set to 16 (8TB), a value
high enough that we just don't have to worry about it any more.
Reported-by: Aaron Li
Summary of changes:
sys/platform/pc64/include/pmap.h | 9 ---------
1 file changed, 9 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7e5f247ccef6fc4ca9b153734b18acb90a240058
--
DragonFly BSD source repository
More information about the Commits
mailing list