Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/mips/include Typo; user stack only needs to start o...



details:   https://anonhg.NetBSD.org/src/rev/8134128be035
branches:  trunk
changeset: 484865:8134128be035
user:      soren <soren%NetBSD.org@localhost>
date:      Thu Apr 13 22:02:54 2000 +0000

description:
Typo; user stack only needs to start one page below 0x80000000.

diffstat:

 sys/arch/mips/include/vmparam.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a583016f1fd4 -r 8134128be035 sys/arch/mips/include/vmparam.h
--- a/sys/arch/mips/include/vmparam.h   Thu Apr 13 20:05:52 2000 +0000
+++ b/sys/arch/mips/include/vmparam.h   Thu Apr 13 22:02:54 2000 +0000
@@ -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



Home | Main Index | Thread Index | Old Index