diff options
Diffstat (limited to 'sys/arch/amd64/include/param.h')
-rw-r--r-- | sys/arch/amd64/include/param.h | 4 |
1 files changed, 1 insertions, 3 deletions
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 */ |