summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2004-08-09 20:53:05 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2004-08-09 20:53:05 +0000
commit3e707e7ceabc87437348735b0ce5eddd004bda08 (patch)
treece98de84d5f9c5f5e9fde097e4c938ffbbd3a5bc /sys/arch
parent689b07784d3264ee333643cf0520d609057aaaae (diff)
Shrink the u-area down to two pages.
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/m88k/include/param.h4
1 files changed, 2 insertions, 2 deletions
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 */