Module Name:    src
Committed By:   mhitch
Date:           Tue Dec 28 18:31:05 UTC 2010

Modified Files:
        src/sys/arch/amiga/include: vmparam.h

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sys/arch/amiga/include/vmparam.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/amiga/include/vmparam.h
diff -u src/sys/arch/amiga/include/vmparam.h:1.40 src/sys/arch/amiga/include/vmparam.h:1.41
--- src/sys/arch/amiga/include/vmparam.h:1.40	Sat Nov  6 15:42:44 2010
+++ src/sys/arch/amiga/include/vmparam.h	Tue Dec 28 18:31:05 2010
@@ -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)
 /*

Reply via email to