summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/vmparam.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-04-07 09:30:22 +0000
committerpeter <peter@FreeBSD.org>1997-04-07 09:30:22 +0000
commit0acb9783e31b5e74691ed47c14e97fe16baa16ad (patch)
tree6128698a555d7adbd692adcfa9344fc6c81c866c /sys/amd64/include/vmparam.h
parent421f37c593233e3fe7a4b3adde63481a3c615cb0 (diff)
downloadFreeBSD-src-0acb9783e31b5e74691ed47c14e97fe16baa16ad.zip
FreeBSD-src-0acb9783e31b5e74691ed47c14e97fe16baa16ad.tar.gz
Use UPAGES_HOLE instead of UPAGES in case it's changed some time.
Rename the PT* index KSTK* #defines to UMAX*, since we don't have a kernel stack there any more.. These are used to calculate VM_MAXUSER_ADDRESS and USRSTACK, and really do not want to be changed with UPAGES since BSD/OS 2.x binary compatability depends on it.
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 c2d0d97..129f5c5 100644
--- a/sys/amd64/include/vmparam.h
+++ b/sys/amd64/include/vmparam.h
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* from: @(#)vmparam.h 5.9 (Berkeley) 5/12/91
- * $Id$
+ * $Id: vmparam.h,v 1.24 1997/02/22 09:35:23 peter Exp $
*/
@@ -108,7 +108,7 @@
#define UPT_MAX_ADDRESS VADDR(PTDPTDI, PTDPTDI)
#define UPT_MIN_ADDRESS VADDR(PTDPTDI, 0)
-#define VM_MAXUSER_ADDRESS VADDR(KSTKPTDI, KSTKPTEOFF)
+#define VM_MAXUSER_ADDRESS VADDR(UMAXPTDI, UMAXPTEOFF)
#define USRSTACK VM_MAXUSER_ADDRESS
OpenPOWER on IntegriCloud