Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amd64/include Revert max stack size change. This is...



details:   https://anonhg.NetBSD.org/src/rev/34d55053051d
branches:  trunk
changeset: 762885:34d55053051d
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Mar 04 13:24:19 2011 +0000

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

diffstat:

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

diffs (20 lines):

diff -r 272ad8d904ad -r 34d55053051d sys/arch/amd64/include/vmparam.h
--- a/sys/arch/amd64/include/vmparam.h  Fri Mar 04 12:18:15 2011 +0000
+++ b/sys/arch/amd64/include/vmparam.h  Fri Mar 04 13:24:19 2011 +0000
@@ -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
 
 /*



Home | Main Index | Thread Index | Old Index