diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2011-05-03 21:00:24 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2011-05-03 21:00:24 +0000 |
commit | d6d24d4506209f54e202c21e7be8c52d02c3afb8 (patch) | |
tree | a87c1ab61947f8fd83f382c3ef7b522655bd91b8 /sys/arch | |
parent | df1806885e63b1e17503fccef728a1a0386a8b49 (diff) |
We need a little more room for out kernel stack, at least for now.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/hppa64/include/param.h | 4 |
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 |