Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amiga/include Raise address of user stack to the hi...



details:   https://anonhg.NetBSD.org/src/rev/10756214eb9d
branches:  trunk
changeset: 760151:10756214eb9d
user:      mhitch <mhitch%NetBSD.org@localhost>
date:      Tue Dec 28 18:31:05 2010 +0000

description:
Raise address of user stack to the highest safe (for 68040 mmu) address,
which increases available user address space by 256MB.  One file in
pkgsrc/lang/php53 was too large for the amiga.  Also remove an old
presumably outdated comment.

diffstat:

 sys/arch/amiga/include/vmparam.h |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 7164149ea0b0 -r 10756214eb9d sys/arch/amiga/include/vmparam.h
--- a/sys/arch/amiga/include/vmparam.h  Tue Dec 28 17:35:25 2010 +0000
+++ b/sys/arch/amiga/include/vmparam.h  Tue Dec 28 18:31:05 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vmparam.h,v 1.40 2010/11/06 15:42:44 uebayasi Exp $    */
+/*     $NetBSD: vmparam.h,v 1.41 2010/12/28 18:31:05 mhitch Exp $      */
 
 /*
  * Copyright (c) 1982, 1986, 1990 The Regents of the University of California.
@@ -98,9 +98,8 @@
  * These are a mixture of i386, sun3 and hp settings.. 
  */
 
-/* Sun settings. Still hope, that I might get sun3 binaries to work... */
 #ifndef USRSTACK
-#define        USRSTACK        0x0E000000
+#define        USRSTACK        0x1E000000
 #endif
 #define KUSER_AREA     (-UPAGES*PAGE_SIZE)
 /*



Home | Main Index | Thread Index | Old Index