Module Name:    src
Committed By:   christos
Date:           Fri Mar  4 13:24:19 UTC 2011

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

Log Message:
Revert max stack size change. This is not used anymore for 32 bit binaries.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/amd64/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/amd64/include/vmparam.h
diff -u src/sys/arch/amd64/include/vmparam.h:1.26 src/sys/arch/amd64/include/vmparam.h:1.27
--- src/sys/arch/amd64/include/vmparam.h:1.26	Thu Mar  3 22:34:24 2011
+++ src/sys/arch/amd64/include/vmparam.h	Fri Mar  4 08:24:19 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: vmparam.h,v 1.26 2011/03/04 03:34:24 joerg Exp $	*/
+/*	$NetBSD: vmparam.h,v 1.27 2011/03/04 13:24:19 christos Exp $	*/
 
 /*-
  * Copyright (c) 1990 The Regents of the University of California.
@@ -82,9 +82,8 @@
 #ifndef	DFLSSIZ
 #define	DFLSSIZ		(4*1024*1024)		/* initial stack size limit */
 #endif
-/* Warning: Do not change this constant without testing netbsd32! */
 #ifndef	MAXSSIZ
-#define	MAXSSIZ		(64*1024*1024)		/* max stack size */
+#define	MAXSSIZ		(128*1024*1024)		/* max stack size */
 #endif
 
 /*

Reply via email to