Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/powerpc/include/oea bump MAXTSIZ
details: https://anonhg.NetBSD.org/src/rev/f841c9d654c6
branches: trunk
changeset: 359964:f841c9d654c6
user: macallan <macallan%NetBSD.org@localhost>
date: Thu Feb 03 17:23:50 2022 +0000
description:
bump MAXTSIZ
now clang runs again
diffstat:
sys/arch/powerpc/include/oea/vmparam.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 4e4fec0f073c -r f841c9d654c6 sys/arch/powerpc/include/oea/vmparam.h
--- a/sys/arch/powerpc/include/oea/vmparam.h Thu Feb 03 09:46:26 2022 +0000
+++ b/sys/arch/powerpc/include/oea/vmparam.h Thu Feb 03 17:23:50 2022 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index