From d20de1539910e8eb02f123a6f8f6c6997d3dd0f7 Mon Sep 17 00:00:00 2001 From: mycroft Date: Wed, 24 Aug 1994 19:32:36 +0000 Subject: [PATCH] Add USPACE. --- sys/arch/hp300/include/param.h | 3 ++- sys/arch/i386/include/param.h | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sys/arch/hp300/include/param.h b/sys/arch/hp300/include/param.h index 5df2bc189dd2..2735fccc08a8 100644 --- a/sys/arch/hp300/include/param.h +++ b/sys/arch/hp300/include/param.h @@ -38,7 +38,7 @@ * from: Utah $Hdr: machparam.h 1.16 92/12/20$ * * from: @(#)param.h 8.1 (Berkeley) 6/10/93 - * $Id: param.h,v 1.12 1994/05/23 06:21:28 mycroft Exp $ + * $Id: param.h,v 1.13 1994/08/24 19:34:07 mycroft Exp $ */ /* @@ -81,6 +81,7 @@ #define SINCR 1 /* increment of stack/NBPG */ #define UPAGES 2 /* pages of u-area */ +#define USPACE (UPAGES * NBPG) /* total size of u-area */ /* * Constants related to network buffer management. diff --git a/sys/arch/i386/include/param.h b/sys/arch/i386/include/param.h index 03da2afa50aa..2e4f9d24bf9b 100644 --- a/sys/arch/i386/include/param.h +++ b/sys/arch/i386/include/param.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)param.h 5.8 (Berkeley) 6/28/91 - * $Id: param.h,v 1.19 1994/08/15 14:49:14 mycroft Exp $ + * $Id: param.h,v 1.20 1994/08/24 19:32:36 mycroft Exp $ */ /* @@ -83,6 +83,7 @@ #define SSIZE 1 /* initial stack size/NBPG */ #define SINCR 1 /* increment of stack/NBPG */ #define UPAGES 2 /* pages of u-area */ +#define USPACE (UPAGES * NBPG) /* total size of u-area */ /* * Constants related to network buffer management.