diff options
Diffstat (limited to 'sys/arch/hppa/include/vmparam.h')
-rw-r--r-- | sys/arch/hppa/include/vmparam.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/hppa/include/vmparam.h b/sys/arch/hppa/include/vmparam.h index e9b0e407c5d..0bae193a98e 100644 --- a/sys/arch/hppa/include/vmparam.h +++ b/sys/arch/hppa/include/vmparam.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmparam.h,v 1.31 2004/11/28 01:36:38 mickey Exp $ */ +/* $OpenBSD: vmparam.h,v 1.32 2005/04/11 15:13:01 deraadt Exp $ */ /* * Copyright (c) 1988-1994, The University of Utah and @@ -56,6 +56,8 @@ #define MAXSSIZ (128*1024*1024UL) /* max stack size */ #endif +#define STACKGAP_RANDOM 256*1024 + #ifndef USRIOSIZE #define USRIOSIZE ((2*HPPA_PGALIAS)/PAGE_SIZE) /* 2mb */ #endif |