Source-Changes-HG archive

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

[src/netbsd-10]: src/sys/arch/mips/include Pull up following revision(s) (req...



details:   https://anonhg.NetBSD.org/src/rev/072287042bda
branches:  netbsd-10
changeset: 375343:072287042bda
user:      martin <martin%NetBSD.org@localhost>
date:      Mon May 15 10:37:24 2023 +0000

description:
Pull up following revision(s) (requested by he in ticket #169):

        sys/arch/mips/include/vmparam.h: revision 1.67

Bump MAXTSIZ from 64MB to 128MB also for o32.

This so that the rather large cc1 from gcc12 can be run.

OK'ed by simonb@

diffstat:

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

diffs (18 lines):

diff -r 2b49c1e106c1 -r 072287042bda sys/arch/mips/include/vmparam.h
--- a/sys/arch/mips/include/vmparam.h   Mon May 15 10:34:58 2023 +0000
+++ b/sys/arch/mips/include/vmparam.h   Mon May 15 10:37:24 2023 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vmparam.h,v 1.66 2021/06/23 15:11:40 simonb Exp $      */
+/*     $NetBSD: vmparam.h,v 1.66.10.1 2023/05/15 10:37:24 martin Exp $ */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -88,7 +88,7 @@
  */
 #if defined(__mips_o32)
 #ifndef MAXTSIZ
-#define        MAXTSIZ         (64*1024*1024)          /* max text size */
+#define        MAXTSIZ         (128*1024*1024)         /* max text size */
 #endif
 #ifndef DFLDSIZ
 #define        DFLDSIZ         (128*1024*1024)         /* initial data size limit */



Home | Main Index | Thread Index | Old Index