summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/arch/hppa64/include/vmparam.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/hppa64/include/vmparam.h b/sys/arch/hppa64/include/vmparam.h
index 88e16e672b4..e9c3f210f79 100644
--- a/sys/arch/hppa64/include/vmparam.h
+++ b/sys/arch/hppa64/include/vmparam.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: vmparam.h,v 1.1 2005/04/01 10:40:48 mickey Exp $ */
+/* $OpenBSD: vmparam.h,v 1.2 2005/04/13 04:03:46 mickey Exp $ */
/*
* Copyright (c) 1988-1994, The University of Utah and
@@ -56,6 +56,8 @@
#define MAXSSIZ (32*1024*1024) /* max stack size */
#endif
+#define STACKGAP_RANDOM 256*1024
+
#ifndef USRIOSIZE
#define USRIOSIZE ((2*HPPA_PGALIAS)/PAGE_SIZE) /* 2mb */
#endif