diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-04-16 07:26:08 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-04-16 07:26:08 +0000 |
commit | d590434817c01480758a04bf2b089ce39a48c2ed (patch) | |
tree | 11923a08c0b383790d636778b870f7ff966a3bd6 /sys | |
parent | 5d0b4fd33c8980109f44b68b66065487c7b21a1a (diff) |
half the uspace seems to be very much enough
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/hppa/include/param.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/hppa/include/param.h b/sys/arch/hppa/include/param.h index 0b31cfadc92..1fbfd7b7781 100644 --- a/sys/arch/hppa/include/param.h +++ b/sys/arch/hppa/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.20 2003/03/29 00:59:32 mickey Exp $ */ +/* $OpenBSD: param.h,v 1.21 2003/04/16 07:26:07 mickey Exp $ */ /* * Copyright (c) 1988-1994, The University of Utah and @@ -66,9 +66,7 @@ #define SSIZE (4) /* initial stack size/NBPG */ #define SINCR (1) /* increment of stack/NBPG */ -#define USHIFT (3) /* log2(UPAGES) */ -#define UPAGES (1<<USHIFT) /* pages of u-area */ -#define USPACE (UPAGES * NBPG) /* pages for user struct and kstack */ +#define USPACE (4 * NBPG) /* pages for user struct and kstack */ #ifndef MSGBUFSIZE #define MSGBUFSIZE 2*NBPG /* default message buffer size */ |