summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHidetoshi Shimokawa <simokawa@FreeBSD.org>2003-06-22 13:02:45 +0000
committerHidetoshi Shimokawa <simokawa@FreeBSD.org>2003-06-22 13:02:45 +0000
commite07324646e7d21b3272f27db34c7667b99d11c12 (patch)
tree8a122ad752ad0772f261299d1c1ef6113950328b
parentbfcd2ec739053bd70250c37869d1d295a35150dc (diff)
Notes
-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 c362aa60451a..27e1330358fa 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...