Remove SGROWSIZ parameter which looks like it was imported from FreeBSD and not use with NetBSD
This commit is contained in:
parent
226068a73b
commit
ad79984feb
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue