Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/include/arm32 Bump MAXDSIZ from 1536 to 1836.



details:   https://anonhg.NetBSD.org/src/rev/9ef4bc6d6fcb
branches:  trunk
changeset: 955691:9ef4bc6d6fcb
user:      he <he%NetBSD.org@localhost>
date:      Thu Oct 08 12:49:06 2020 +0000

description:
Bump MAXDSIZ from 1536 to 1836.
1836 is 2048-128(MAXTSIZ)-64(MAXSSIZ).
Gives us a fighting chance to build rust natively.
OK'ed by skrll@

diffstat:

 sys/arch/arm/include/arm32/vmparam.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 70fa3c5125fd -r 9ef4bc6d6fcb sys/arch/arm/include/arm32/vmparam.h
--- a/sys/arch/arm/include/arm32/vmparam.h      Thu Oct 08 11:29:04 2020 +0000
+++ b/sys/arch/arm/include/arm32/vmparam.h      Thu Oct 08 12:49:06 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vmparam.h,v 1.55 2020/08/29 06:49:53 skrll Exp $       */
+/*     $NetBSD: vmparam.h,v 1.56 2020/10/08 12:49:06 he Exp $  */
 
 /*
  * Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@@ -70,7 +70,7 @@
 #define        DFLDSIZ         (384*1024*1024)         /* initial data size limit */
 #endif
 #ifndef        MAXDSIZ
-#define        MAXDSIZ         (1536*1024*1024)        /* max data size */
+#define        MAXDSIZ         (1856*1024*1024)        /* max data size */
 #endif
 #ifndef        DFLSSIZ
 #define        DFLSSIZ         (4*1024*1024)           /* initial stack size limit */



Home | Main Index | Thread Index | Old Index