summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/vmparam.h
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2008-07-05 20:44:55 +0000
committeralc <alc@FreeBSD.org>2008-07-05 20:44:55 +0000
commit12adeb8575505af26a6454ba8077cd2b319a818c (patch)
tree5b8a214ba7944bdca006838fa2b9d61615cf7d30 /sys/amd64/include/vmparam.h
parent4f71d026f8087303d3275d6eb52644273d89fa85 (diff)
downloadFreeBSD-src-12adeb8575505af26a6454ba8077cd2b319a818c.zip
FreeBSD-src-12adeb8575505af26a6454ba8077cd2b319a818c.tar.gz
Increase the kernel map's size to 7GB, making room for a kmem map of size
greater than 4GB. (Auto-sizing will set the ceiling on the kmem map size to 4.2GB.)
Diffstat (limited to 'sys/amd64/include/vmparam.h')
-rw-r--r--sys/amd64/include/vmparam.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/include/vmparam.h b/sys/amd64/include/vmparam.h
index b209258..e45f436 100644
--- a/sys/amd64/include/vmparam.h
+++ b/sys/amd64/include/vmparam.h
@@ -154,8 +154,8 @@
* 0xffff800000000000 - 0xffff804020100fff recursive page table (512GB slot)
* 0xffff804020101000 - 0xfffffeffffffffff unused
* 0xffffff0000000000 - 0xffffff7fffffffff 512GB direct map mappings
- * 0xffffff8000000000 - 0xfffffffe7fffffff unused (506GB)
- * 0xfffffffe80000000 - 0xffffffffffffffff 6GB kernel map
+ * 0xffffff8000000000 - 0xfffffffe3fffffff unused (505GB)
+ * 0xfffffffe40000000 - 0xffffffffffffffff 7GB kernel map
*
* Within the kernel map:
*
OpenPOWER on IntegriCloud