commit 642b7b04c7058ead6ee11d71aaab8b81540477d1 Author: Matthew Dillon <dil...@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/642b7b04c7058ead6ee11d71aaab8b81540477d1 -- DragonFly BSD source repository