diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-07-31 15:31:18 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-07-31 15:31:18 +0000 |
commit | d9646e2bbe5f352b591ec2f22d273ff0c70b515a (patch) | |
tree | c333556fc8de9ffa4437c87c01a619c407820e34 /sys/arch/mips64 | |
parent | 1f063fd64636631289c21dcae8269e0426a5b146 (diff) |
Get rid of unused SINCR and SSIZE constants.
Diffstat (limited to 'sys/arch/mips64')
-rw-r--r-- | sys/arch/mips64/include/param.h | 5 |
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 |