summaryrefslogtreecommitdiff
path: root/sys/arch
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
parent1f063fd64636631289c21dcae8269e0426a5b146 (diff)
Get rid of unused SINCR and SSIZE constants.
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/alpha/include/param.h5
-rw-r--r--sys/arch/amd64/include/param.h4
-rw-r--r--sys/arch/arm/include/param.h4
-rw-r--r--sys/arch/hppa/include/param.h5
-rw-r--r--sys/arch/hppa64/include/param.h5
-rw-r--r--sys/arch/i386/include/param.h4
-rw-r--r--sys/arch/m68k/include/param.h5
-rw-r--r--sys/arch/m88k/include/param.h5
-rw-r--r--sys/arch/mips64/include/param.h5
-rw-r--r--sys/arch/solbourne/include/param.h3
-rw-r--r--sys/arch/sparc/include/param.h3
-rw-r--r--sys/arch/sparc64/include/param.h6
12 files changed, 14 insertions, 40 deletions
diff --git a/sys/arch/alpha/include/param.h b/sys/arch/alpha/include/param.h
index 6e4ecb34834..04cf427fa25 100644
--- a/sys/arch/alpha/include/param.h
+++ b/sys/arch/alpha/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.25 2004/08/06 22:31:30 mickey Exp $ */
+/* $OpenBSD: param.h,v 1.26 2005/07/31 15:31:08 miod Exp $ */
/* $NetBSD: param.h,v 1.30 2000/06/09 16:03:04 thorpej Exp $ */
/*
@@ -84,9 +84,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 */
diff --git a/sys/arch/amd64/include/param.h b/sys/arch/amd64/include/param.h
index 02417bc4aea..9d820046376 100644
--- a/sys/arch/amd64/include/param.h
+++ b/sys/arch/amd64/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.5 2004/08/06 22:31:30 mickey Exp $ */
+/* $OpenBSD: param.h,v 1.6 2005/07/31 15:31:11 miod Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -94,8 +94,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 5 /* pages of u-area */
#define USPACE (UPAGES * NBPG) /* total size of u-area */
#define USPACE_ALIGN (0) /* u-area alignment 0-none */
diff --git a/sys/arch/arm/include/param.h b/sys/arch/arm/include/param.h
index ccdfc4507ea..ae2849e7139 100644
--- a/sys/arch/arm/include/param.h
+++ b/sys/arch/arm/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.5 2004/08/06 22:31:30 mickey Exp $ */
+/* $OpenBSD: param.h,v 1.6 2005/07/31 15:31:12 miod Exp $ */
/* $NetBSD: param.h,v 1.9 2002/03/24 03:37:23 thorpej Exp $ */
/*
@@ -53,8 +53,6 @@
#define PGOFSET (PAGE_SIZE - 1)
#define NPTEPG (PAGE_SIZE/(sizeof (pt_entry_t)))
-#define SSIZE 1 /* initial stack size/NBPG */
-#define SINCR 1 /* increment of stack/NBPG */
#define UPAGES 2 /* pages of u-area */
#define USPACE (UPAGES * PAGE_SIZE) /* total size of u-area */
#define USPACE_ALIGN (0) /* u-area alignment 0-none */
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 */
diff --git a/sys/arch/hppa64/include/param.h b/sys/arch/hppa64/include/param.h
index a5a9b428918..d06caf51653 100644
--- a/sys/arch/hppa64/include/param.h
+++ b/sys/arch/hppa64/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.1 2005/04/01 10:40:48 mickey Exp $ */
+/* $OpenBSD: param.h,v 1.2 2005/07/31 15:31:13 miod Exp $ */
/*
* Copyright (c) 1988-1994, The University of Utah and
@@ -62,9 +62,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 */
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 */
diff --git a/sys/arch/m68k/include/param.h b/sys/arch/m68k/include/param.h
index ca3f111cc77..37c1f0b48ea 100644
--- a/sys/arch/m68k/include/param.h
+++ b/sys/arch/m68k/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.10 2004/08/06 22:31:31 mickey Exp $ */
+/* $OpenBSD: param.h,v 1.11 2005/07/31 15:31:14 miod Exp $ */
/* $NetBSD: param.h,v 1.2 1997/06/10 18:21:23 veego Exp $ */
/*
@@ -74,9 +74,6 @@
#define BLKDEV_IOSIZE 2048
#define MAXPHYS (64 * 1024) /* max raw I/O transfer size */
-#define SSIZE 1 /* initial stack size/NBPG */
-#define SINCR 1 /* increment of stack/NBPG */
-
#ifndef SEGSHIFT
#if defined(M68040) || defined(M68060)
#define SEGSHIFT ((mmutype <= MMU_68040) ? 18 : (34 - PGSHIFT))
diff --git a/sys/arch/m88k/include/param.h b/sys/arch/m88k/include/param.h
index bc873673434..5e537ffdad6 100644
--- a/sys/arch/m88k/include/param.h
+++ b/sys/arch/m88k/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.4 2004/09/30 21:48:56 miod Exp $ */
+/* $OpenBSD: param.h,v 1.5 2005/07/31 15:31:14 miod Exp $ */
/*
* Copyright (c) 1999 Steve Murphree, Jr.
* Copyright (c) 1988 University of Utah.
@@ -77,9 +77,6 @@
#define BLKDEV_IOSIZE 2048
#define MAXPHYS (64 * 1024) /* max raw I/O transfer size */
-#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)
#define USPACE_ALIGN (0) /* u-area alignment 0-none */
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
diff --git a/sys/arch/solbourne/include/param.h b/sys/arch/solbourne/include/param.h
index 4fb1cea06f5..2b9a9b92425 100644
--- a/sys/arch/solbourne/include/param.h
+++ b/sys/arch/solbourne/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.1 2005/04/19 21:30:18 miod Exp $ */
+/* $OpenBSD: param.h,v 1.2 2005/07/31 15:31:16 miod Exp $ */
/* OpenBSD: param.h,v 1.29 2004/08/06 22:31:31 mickey Exp */
/*
@@ -82,7 +82,6 @@
#define BLKDEV_IOSIZE 2048
#define MAXPHYS (64 * 1024)
-#define SSIZE 1 /* initial stack size in pages */
#define USPACE 8192
#define USPACE_ALIGN (0) /* u-area alignment 0-none */
diff --git a/sys/arch/sparc/include/param.h b/sys/arch/sparc/include/param.h
index 744a9a480b0..1063d837476 100644
--- a/sys/arch/sparc/include/param.h
+++ b/sys/arch/sparc/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:17 miod Exp $ */
/* $NetBSD: param.h,v 1.29 1997/03/10 22:50:37 pk Exp $ */
/*
@@ -87,7 +87,6 @@
#define BLKDEV_IOSIZE 2048
#define MAXPHYS (64 * 1024)
-#define SSIZE 1 /* initial stack size in pages */
#define USPACE 8192
#define USPACE_ALIGN (0) /* u-area alignment 0-none */
diff --git a/sys/arch/sparc64/include/param.h b/sys/arch/sparc64/include/param.h
index 22b105e1833..929aac42e2a 100644
--- a/sys/arch/sparc64/include/param.h
+++ b/sys/arch/sparc64/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.15 2005/07/09 22:51:13 robert Exp $ */
+/* $OpenBSD: param.h,v 1.16 2005/07/31 15:31:17 miod Exp $ */
/* $NetBSD: param.h,v 1.25 2001/05/30 12:28:51 mrg Exp $ */
/*
@@ -112,8 +112,8 @@ extern int nbpg, pgofset, pgshift;
#define MAXPHYS (64 * 1024)
/* We get stack overflows w/8K stacks in 64-bit mode */
-#define SSIZE 2 /* initial stack size in pages */
-#define USPACE (SSIZE*8192)
+#define UPAGES 2 /* initial stack size in pages */
+#define USPACE (UPAGES*8192)
#define USPACE_ALIGN (0) /* u-area alignment 0-none */