summaryrefslogtreecommitdiff
path: root/sys/arch/mips64
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/mips64
parent1f063fd64636631289c21dcae8269e0426a5b146 (diff)
Get rid of unused SINCR and SSIZE constants.
Diffstat (limited to 'sys/arch/mips64')
-rw-r--r--sys/arch/mips64/include/param.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/mips64/include/param.h b/sys/arch/mips64/include/param.h
index 7b3ca59fae1..06a3e540d0c 100644
--- a/sys/arch/mips64/include/param.h
+++ b/sys/arch/mips64/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.6 2005/01/31 21:35:49 grange Exp $ */
+/* $OpenBSD: param.h,v 1.7 2005/07/31 15:31:15 miod Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -88,9 +88,6 @@
/* XXX Maxphys temporary changed to 32K while SCSI driver is fixed. */
#define MAXPHYS (32 * 1024) /* max raw I/O transfer size */
-#define SSIZE 1 /* initial stack size/NBPG */
-#define SINCR 1 /* increment of stack/NBPG */
-
#ifdef __LP64__
#define UPAGES 4 /* pages of u-area */
#else