Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-9]: src/sys/arch/arm/include/arm32 Pull up following revision(s) ...
details: https://anonhg.NetBSD.org/src/rev/80b5b1df1d72
branches: netbsd-9
changeset: 964148:80b5b1df1d72
user: martin <martin%NetBSD.org@localhost>
date: Thu Oct 08 18:10:00 2020 +0000
description:
Pull up following revision(s) (requested by he in ticket #1105):
sys/arch/arm/include/arm32/vmparam.h: revision 1.56
Bump MAXDSIZ from 1536 to 1836.
1836 is 2048-128(MAXTSIZ)-64(MAXSSIZ).
Gives us a fighting chance to build rust natively.
OK'ed by skrll@
diffstat:
sys/arch/arm/include/arm32/vmparam.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r a6cc2a94157b -r 80b5b1df1d72 sys/arch/arm/include/arm32/vmparam.h
--- a/sys/arch/arm/include/arm32/vmparam.h Thu Oct 08 18:04:59 2020 +0000
+++ b/sys/arch/arm/include/arm32/vmparam.h Thu Oct 08 18:10:00 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vmparam.h,v 1.45 2019/06/19 09:54:42 skrll Exp $ */
+/* $NetBSD: vmparam.h,v 1.45.2.1 2020/10/08 18:10:00 martin Exp $ */
/*
* Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@@ -67,7 +67,7 @@
#define DFLDSIZ (384*1024*1024) /* initial data size limit */
#endif
#ifndef MAXDSIZ
-#define MAXDSIZ (1536*1024*1024) /* max data size */
+#define MAXDSIZ (1856*1024*1024) /* max data size */
#endif
#ifndef DFLSSIZ
#define DFLSSIZ (4*1024*1024) /* initial stack size limit */
Home |
Main Index |
Thread Index |
Old Index