summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorTobias Ulmer <tobiasu@cvs.openbsd.org>2015-09-21 00:24:22 +0000
committerTobias Ulmer <tobiasu@cvs.openbsd.org>2015-09-21 00:24:22 +0000
commit009d4056740510d43e2d8d63c436c6da1989a917 (patch)
treec46695f9a0ee139c0a029c09e71ed7644645cd7b /sys/arch
parent6febafab017d71973e3bc7e6ea38c11ce355d1a0 (diff)
Increase MAXTSIZ to 64MB, required for gcc/gnat
ok miod
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/sparc/include/vmparam.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/include/vmparam.h b/sys/arch/sparc/include/vmparam.h
index 8966335cca3..a64657f08e1 100644
--- a/sys/arch/sparc/include/vmparam.h
+++ b/sys/arch/sparc/include/vmparam.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: vmparam.h,v 1.47 2015/09/18 12:50:27 miod Exp $ */
+/* $OpenBSD: vmparam.h,v 1.48 2015/09/21 00:24:21 tobiasu Exp $ */
/* $NetBSD: vmparam.h,v 1.13 1997/07/12 16:20:03 perry Exp $ */
/*
@@ -52,7 +52,7 @@
* Virtual memory related constants, all in bytes
*/
#ifndef MAXTSIZ
-#define MAXTSIZ (32*1024*1024) /* max text size */
+#define MAXTSIZ (64*1024*1024) /* max text size */
#endif
#ifndef DFLDSIZ
#define DFLDSIZ (64*1024*1024) /* initial data size limit */