Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hppa/include Use a valuely human readable number fo...
details: https://anonhg.NetBSD.org/src/rev/7170f172caff
branches: trunk
changeset: 959809:7170f172caff
user: simonb <simonb%NetBSD.org@localhost>
date: Fri Feb 26 01:48:20 2021 +0000
description:
Use a valuely human readable number for MAXTSIZ.
diffstat:
sys/arch/hppa/include/vmparam.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 718275305c55 -r 7170f172caff sys/arch/hppa/include/vmparam.h
--- a/sys/arch/hppa/include/vmparam.h Fri Feb 26 01:38:44 2021 +0000
+++ b/sys/arch/hppa/include/vmparam.h Fri Feb 26 01:48:20 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vmparam.h,v 1.21 2019/04/16 12:25:17 skrll Exp $ */
+/* $NetBSD: vmparam.h,v 1.22 2021/02/26 01:48:20 simonb Exp $ */
/* $OpenBSD: vmparam.h,v 1.33 2006/06/04 17:21:24 miod Exp $ */
@@ -52,7 +52,7 @@
* Virtual memory related constants, all in bytes
*/
#ifndef MAXTSIZ
-#define MAXTSIZ (0x40000000) /* max text size */
+#define MAXTSIZ (1024*1024*1024) /* max text size */
#endif
#ifndef DFLDSIZ
#define DFLDSIZ (16*1024*1024) /* initial data size limit */
Home |
Main Index |
Thread Index |
Old Index