aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-12-11 10:54:06 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-12-11 10:54:06 +0000
commit7ba4a77549608d0e95c658564a3855c1dd667127 (patch)
treeb8face1463c9a856e3c9b97130070889a597bb45 /sys/amd64/include
parent99b30c79b0dcd3693b5b190a50db61d8d86c48b8 (diff)
Notes
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 bb617abe193f..1f8163608769 100644
--- a/sys/amd64/include/pmap.h
+++ b/sys/amd64/include/pmap.h
@@ -115,7 +115,7 @@
#endif /* SMP */
#define PTDPTDI (KPTDI-1) /* ptd entry that points to ptd! */
#define UMAXPTDI (PTDPTDI-1) /* ptd entry for user space end */
-#define UMAXPTEOFF (NPTEPG-UPAGES_HOLE) /* pte entry for user space end */
+#define UMAXPTEOFF (NPTEPG) /* pte entry for user space end */
/*
* XXX doesn't really belong here I guess...