summaryrefslogtreecommitdiff
path: root/sys/arch/mips64/include
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/mips64/include')
-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