summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkettenis <kettenis@openbsd.org>2011-05-03 21:00:23 +0000
committerkettenis <kettenis@openbsd.org>2011-05-03 21:00:23 +0000
commit19a77f1349f4a4e250486179b6a014c73564aa1b (patch)
tree05e25b4bb32713fbf070fd837db18049219dd01a
parentProperly save and restore the space registers to/from the trap frame. (diff)
downloadwireguard-openbsd-19a77f1349f4a4e250486179b6a014c73564aa1b.tar.xz
wireguard-openbsd-19a77f1349f4a4e250486179b6a014c73564aa1b.zip
We need a little more room for out kernel stack, at least for now.
-rw-r--r--sys/arch/hppa64/include/param.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa64/include/param.h b/sys/arch/hppa64/include/param.h
index 0438592f875..cea95f720e5 100644
--- a/sys/arch/hppa64/include/param.h
+++ b/sys/arch/hppa64/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.13 2011/04/07 15:45:17 miod Exp $ */
+/* $OpenBSD: param.h,v 1.14 2011/05/03 21:00:23 kettenis Exp $ */
/*
* Copyright (c) 1988-1994, The University of Utah and
@@ -62,7 +62,7 @@
#define MACHINE_STACK_GROWS_UP 1 /* stack grows to higher addresses */
-#define USPACE (4 * NBPG) /* pages for user struct and kstack */
+#define USPACE (5 * NBPG) /* pages for user struct and kstack */
#define USPACE_ALIGN (0) /* u-area alignment 0-none */
#ifndef MSGBUFSIZE