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/hppa/include | |
parent | 1f063fd64636631289c21dcae8269e0426a5b146 (diff) |
Get rid of unused SINCR and SSIZE constants.
Diffstat (limited to 'sys/arch/hppa/include')
-rw-r--r-- | sys/arch/hppa/include/param.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/hppa/include/param.h b/sys/arch/hppa/include/param.h index f1d261007eb..4e78cee3b34 100644 --- a/sys/arch/hppa/include/param.h +++ b/sys/arch/hppa/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.25 2004/09/14 22:13:50 mickey Exp $ */ +/* $OpenBSD: param.h,v 1.26 2005/07/31 15:31:12 miod Exp $ */ /* * Copyright (c) 1988-1994, The University of Utah and @@ -63,9 +63,6 @@ #define MACHINE_STACK_GROWS_UP 1 /* stack grows to higher addresses */ -#define SSIZE (4) /* initial stack size/NBPG */ -#define SINCR (1) /* increment of stack/NBPG */ - #define USPACE (4 * NBPG) /* pages for user struct and kstack */ #define USPACE_ALIGN (0) /* u-area alignment 0-none */ |