summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordrahn <drahn@openbsd.org>2006-11-03 17:28:01 +0000
committerdrahn <drahn@openbsd.org>2006-11-03 17:28:01 +0000
commitfbb6dccaf68522f38dd26816718a15412d2c3755 (patch)
treef44b1814c59dc4291b700a3a864275609c842834
parentSCRIPTDIR and SCRIPTS_ENV are obsolete now. (diff)
downloadwireguard-openbsd-fbb6dccaf68522f38dd26816718a15412d2c3755.tar.xz
wireguard-openbsd-fbb6dccaf68522f38dd26816718a15412d2c3755.zip
For now use 3 pages like netbsd, allows the kernel to get _MUCH_ farther.
I suspect this is really a bug in the P1_STACK code path.
-rw-r--r--sys/arch/sh/include/param.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sh/include/param.h b/sys/arch/sh/include/param.h
index 7c1541f2a0c..a2eec2d29ed 100644
--- a/sys/arch/sh/include/param.h
+++ b/sys/arch/sh/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.1.1.1 2006/10/06 21:02:55 miod Exp $ */
+/* $OpenBSD: param.h,v 1.2 2006/11/03 17:28:01 drahn Exp $ */
/* $NetBSD: param.h,v 1.15 2006/08/28 13:43:35 yamt Exp $ */
/*-
@@ -89,7 +89,7 @@
/*
* u-space.
*/
-#define UPAGES 2 /* pages of u-area */
+#define UPAGES 3 /* pages of u-area */
#define USPACE (UPAGES * NBPG) /* total size of u-area */
#define USPACE_ALIGN (0)
#if UPAGES == 1