summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/include/vmparam.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/hppa/include/vmparam.h')
-rw-r--r--sys/arch/hppa/include/vmparam.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/hppa/include/vmparam.h b/sys/arch/hppa/include/vmparam.h
index 7e7cefd501e..c9afa3c0e29 100644
--- a/sys/arch/hppa/include/vmparam.h
+++ b/sys/arch/hppa/include/vmparam.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: vmparam.h,v 1.38 2011/05/30 22:25:21 oga Exp $ */
+/* $OpenBSD: vmparam.h,v 1.39 2011/11/10 22:48:13 deraadt Exp $ */
/*
* Copyright (c) 1988-1994, The University of Utah and
@@ -59,7 +59,7 @@
#define MAXSSIZ (128*1024*1024UL) /* max stack size */
#endif
-#define STACKGAP_RANDOM 256*1024
+#define STACKGAP_RANDOM 256*1024
#ifndef USRIOSIZE
#define USRIOSIZE ((2*HPPA_PGALIAS)/PAGE_SIZE) /* 8mb */
@@ -112,4 +112,3 @@ struct vm_page_md {
#endif
#endif /* _MACHINE_VMPARAM_H_ */
-