Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/ia64/include Remove SGROWSIZ parameter which looks ...
details: https://anonhg.NetBSD.org/src/rev/f3251f4211ec
branches: trunk
changeset: 997864:f3251f4211ec
user: scole <scole%NetBSD.org@localhost>
date: Fri Mar 29 16:04:54 2019 +0000
description:
Remove SGROWSIZ parameter which looks like it was imported from FreeBSD and not use with NetBSD
diffstat:
sys/arch/ia64/include/vmparam.h | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diffs (19 lines):
diff -r f57731837c16 -r f3251f4211ec sys/arch/ia64/include/vmparam.h
--- a/sys/arch/ia64/include/vmparam.h Fri Mar 29 16:03:20 2019 +0000
+++ b/sys/arch/ia64/include/vmparam.h Fri Mar 29 16:04:54 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vmparam.h,v 1.10 2017/04/08 18:05:36 scole Exp $ */
+/* $NetBSD: vmparam.h,v 1.11 2019/03/29 16:04:54 scole Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -57,9 +57,6 @@
#ifndef MAXSSIZ
#define MAXSSIZ (1<<28) /* max stack size (256M) */
#endif
-#ifndef SGROWSIZ
-#define SGROWSIZ (128UL*1024) /* amount to grow stack */
-#endif
#define IA64_VM_MINKERN_REGION 4
Home |
Main Index |
Thread Index |
Old Index