summaryrefslogtreecommitdiff
path: root/sys/arch/m68k/include/param.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/m68k/include/param.h')
-rw-r--r--sys/arch/m68k/include/param.h5
1 files changed, 1 insertions, 4 deletions
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))