Module Name:    src
Committed By:   bouyer
Date:           Sun Jan 16 12:45:30 UTC 2011

Modified Files:
        src/sys/arch/amiga/include [netbsd-5]: vmparam.h

Log Message:
Pull up following revision(s) (requested by mhitch in ticket #1518):
        sys/arch/amiga/include/vmparam.h: revision 1.41
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.36 -r1.36.30.1 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.36 src/sys/arch/amiga/include/vmparam.h:1.36.30.1
--- src/sys/arch/amiga/include/vmparam.h:1.36	Wed Oct 17 19:53:26 2007
+++ src/sys/arch/amiga/include/vmparam.h	Sun Jan 16 12:45:30 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: vmparam.h,v 1.36 2007/10/17 19:53:26 garbled Exp $	*/
+/*	$NetBSD: vmparam.h,v 1.36.30.1 2011/01/16 12:45:30 bouyer 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