From 3e707e7ceabc87437348735b0ce5eddd004bda08 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Mon, 9 Aug 2004 20:53:05 +0000 Subject: Shrink the u-area down to two pages. --- sys/arch/m88k/include/param.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') diff --git a/sys/arch/m88k/include/param.h b/sys/arch/m88k/include/param.h index edb77b749c0..001c541d0b3 100644 --- a/sys/arch/m88k/include/param.h +++ b/sys/arch/m88k/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.2 2004/08/06 22:31:31 mickey Exp $ */ +/* $OpenBSD: param.h,v 1.3 2004/08/09 20:53:04 miod Exp $ */ /* * Copyright (c) 1999 Steve Murphree, Jr. * Copyright (c) 1988 University of Utah. @@ -80,7 +80,7 @@ #define SSIZE 1 /* initial stack size/NBPG */ #define SINCR 1 /* increment of stack/NBPG */ -#define UPAGES 3 /* pages of u-area */ +#define UPAGES 2 /* pages of u-area */ #define USPACE (UPAGES * NBPG) #define USPACE_ALIGN (0) /* u-area alignment 0-none */ -- cgit v1.2.3