git: kernel - Increase maximum supported physical memory to 32TB
Matthew Dillon
dillon at crater.dragonflybsd.org
Thu Nov 10 10:06:41 PST 2011
commit 33fb3ba1170eb14bbaf6a0863ee4d9d7b7b575c8
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Thu Nov 10 10:04:26 2011 -0800
kernel - Increase maximum supported physical memory to 32TB
* Increase the maximum supported physical memory to 32TB (untested), by
increasing the number of DMAP PDPs we reserve in the PML4E from 1 to 32.
Summary of changes:
sys/platform/pc64/include/pmap.h | 12 ++++++-
sys/platform/pc64/include/vmparam.h | 2 +-
sys/platform/pc64/x86_64/pmap.c | 60 ++++++++++++++++++++++++++---------
3 files changed, 56 insertions(+), 18 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/33fb3ba1170eb14bbaf6a0863ee4d9d7b7b575c8
--
DragonFly BSD source repository
More information about the Commits
mailing list