summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include
diff options
context:
space:
mode:
authorsimokawa <simokawa@FreeBSD.org>2003-06-22 13:02:45 +0000
committersimokawa <simokawa@FreeBSD.org>2003-06-22 13:02:45 +0000
commitab870d63274346176f38a29a7c38c7142659d1fa (patch)
tree8a122ad752ad0772f261299d1c1ef6113950328b /sys/amd64/include
parent4287eff1593c6c55d0cab7cbb09116098d962a31 (diff)
downloadFreeBSD-src-ab870d63274346176f38a29a7c38c7142659d1fa.zip
FreeBSD-src-ab870d63274346176f38a29a7c38c7142659d1fa.tar.gz
Move KERNBASE to -2GB.
Currently, we cannot increase KVA more than 2GB.
Diffstat (limited to 'sys/amd64/include')
-rw-r--r--sys/amd64/include/pmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/include/pmap.h b/sys/amd64/include/pmap.h
index c362aa6..27e1330 100644
--- a/sys/amd64/include/pmap.h
+++ b/sys/amd64/include/pmap.h
@@ -117,7 +117,7 @@
#define KPML4I (NPML4EPG-1) /* Top 512GB for KVM */
#define DMPML4I (KPML4I-1) /* Next 512GB down for direct map */
-#define KPDPI (NPDPEPG-1) /* kernbase at -1GB */
+#define KPDPI (NPDPEPG-2) /* kernbase at -2GB */
/*
* XXX doesn't really belong here I guess...
OpenPOWER on IntegriCloud