summaryrefslogtreecommitdiff
path: root/sys/arch/i386/include
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2005-07-31 15:31:18 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2005-07-31 15:31:18 +0000
commitd9646e2bbe5f352b591ec2f22d273ff0c70b515a (patch)
treec333556fc8de9ffa4437c87c01a619c407820e34 /sys/arch/i386/include
parent1f063fd64636631289c21dcae8269e0426a5b146 (diff)
Get rid of unused SINCR and SSIZE constants.
Diffstat (limited to 'sys/arch/i386/include')
-rw-r--r--sys/arch/i386/include/param.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/i386/include/param.h b/sys/arch/i386/include/param.h
index fdb1ffd2bb8..001d7ac1e3f 100644
--- a/sys/arch/i386/include/param.h
+++ b/sys/arch/i386/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.29 2004/08/06 22:31:31 mickey Exp $ */
+/* $OpenBSD: param.h,v 1.30 2005/07/31 15:31:13 miod Exp $ */
/* $NetBSD: param.h,v 1.29 1996/03/04 05:04:26 cgd Exp $ */
/*-
@@ -93,8 +93,6 @@
#define MAXPHYS (64 * 1024) /* max raw I/O transfer size */
#endif
-#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 */
#define USPACE_ALIGN (0) /* u-area alignment 0-none */