summaryrefslogtreecommitdiff
path: root/sys/arch/mips64/include
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/mips64/include')
-rw-r--r--sys/arch/mips64/include/vmparam.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/mips64/include/vmparam.h b/sys/arch/mips64/include/vmparam.h
index b21fe75dda7..9f7daa07036 100644
--- a/sys/arch/mips64/include/vmparam.h
+++ b/sys/arch/mips64/include/vmparam.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: vmparam.h,v 1.8 2004/11/28 01:36:39 mickey Exp $ */
+/* $OpenBSD: vmparam.h,v 1.9 2005/04/11 15:13:01 deraadt Exp $ */
/* $NetBSD: vmparam.h,v 1.5 1994/10/26 21:10:10 cgd Exp $ */
/*
@@ -74,6 +74,8 @@
#define MAXSSIZ (32*1024*1024) /* max stack size */
#endif
+#define STACKGAP_RANDOM 256*1024
+
/*
* PTEs for mapping user space into the kernel for phyio operations.
* 16 pte's are enough to cover 8 disks * MAXBSIZE.