summaryrefslogtreecommitdiff
path: root/sys/arch/mips/include
diff options
context:
space:
mode:
authorsoren <soren@NetBSD.org>2000-04-13 22:02:54 +0000
committersoren <soren@NetBSD.org>2000-04-13 22:02:54 +0000
commit0ce39b74309a33006ae34232e2c682016b37c4e9 (patch)
treef929df935b3e8673a0bdcf1fda184ab763fed146 /sys/arch/mips/include
parentb938c62328f02214124df2d7d65c82b1ed78533b (diff)
Typo; user stack only needs to start one page below 0x80000000.
Diffstat (limited to 'sys/arch/mips/include')
-rw-r--r--sys/arch/mips/include/vmparam.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mips/include/vmparam.h b/sys/arch/mips/include/vmparam.h
index 989d197d112..589ebf0edc9 100644
--- a/sys/arch/mips/include/vmparam.h
+++ b/sys/arch/mips/include/vmparam.h
@@ -1,4 +1,4 @@
-/* $NetBSD: vmparam.h,v 1.21 2000/04/07 21:50:08 soren Exp $ */
+/* $NetBSD: vmparam.h,v 1.22 2000/04/13 22:02:54 soren Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -58,7 +58,7 @@
* offset is calculated.
*/
#define USRTEXT 0x00001000 /* Start of user text */
-#define USRSTACK 0x7fff0000 /* Start of user stack */
+#define USRSTACK 0x7ffff000 /* Start of user stack */
/*
* Virtual memory related constants, all in bytes