Module Name:    src
Committed By:   macallan
Date:           Thu Feb  3 17:23:50 UTC 2022

Modified Files:
        src/sys/arch/powerpc/include/oea: vmparam.h

Log Message:
bump MAXTSIZ
now clang runs again


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/powerpc/include/oea/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/powerpc/include/oea/vmparam.h
diff -u src/sys/arch/powerpc/include/oea/vmparam.h:1.22 src/sys/arch/powerpc/include/oea/vmparam.h:1.23
--- src/sys/arch/powerpc/include/oea/vmparam.h:1.22	Sat Sep 11 20:28:05 2021
+++ src/sys/arch/powerpc/include/oea/vmparam.h	Thu Feb  3 17:23:50 2022
@@ -55,7 +55,7 @@
 #endif
 
 #ifndef	MAXTSIZ
-#define	MAXTSIZ		(128*1024*1024)		/* maximum text size */
+#define	MAXTSIZ		(256*1024*1024)		/* maximum text size */
 #endif
 
 #ifndef	MAXDSIZ

Reply via email to