Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/include Say what 1UL<<39 (MAXDSIZ value) is...



details:   https://anonhg.NetBSD.org/src/rev/88df94b2b904
branches:  trunk
changeset: 959810:88df94b2b904
user:      simonb <simonb%NetBSD.org@localhost>
date:      Fri Feb 26 02:01:16 2021 +0000

description:
Say what 1UL<<39 (MAXDSIZ value) is in the comment.

diffstat:

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

diffs (18 lines):

diff -r 7170f172caff -r 88df94b2b904 sys/arch/sparc64/include/vmparam.h
--- a/sys/arch/sparc64/include/vmparam.h        Fri Feb 26 01:48:20 2021 +0000
+++ b/sys/arch/sparc64/include/vmparam.h        Fri Feb 26 02:01:16 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vmparam.h,v 1.41 2020/10/06 13:42:03 christos Exp $ */
+/*     $NetBSD: vmparam.h,v 1.42 2021/02/26 02:01:16 simonb Exp $ */
 
 /*
  * Copyright (c) 1992, 1993
@@ -112,7 +112,7 @@
 #define        DFLDSIZ         (128UL*1024*1024)       /* initial data size limit */
 #endif
 #ifndef MAXDSIZ
-#define        MAXDSIZ         (1UL<<39)               /* max data size */
+#define        MAXDSIZ         (1UL<<39)               /* 512GB max data size */
 /*
  * For processes not using topdown VA, we need to limit the data size -
  * they probably have not been compiled with the proper compiler memory



Home | Main Index | Thread Index | Old Index