diff options
Diffstat (limited to 'sys/arch/vax/include/param.h')
-rw-r--r-- | sys/arch/vax/include/param.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/vax/include/param.h b/sys/arch/vax/include/param.h index 22e892c434c..3762edc6f21 100644 --- a/sys/arch/vax/include/param.h +++ b/sys/arch/vax/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.13 2000/10/09 22:55:35 bjc Exp $ */ +/* $OpenBSD: param.h,v 1.14 2001/05/05 20:56:56 art Exp $ */ /* $NetBSD: param.h,v 1.39 1999/10/22 21:14:34 ragge Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -85,9 +85,6 @@ #define MAXPHYS (63 * 1024) /* max raw I/O transfer size */ #define MAXBSIZE 0x4000 /* max FS block size - XXX */ -#define CLSIZELOG2 0 -#define CLSIZE 1 - #define UPAGES 2 /* pages of u-area */ #define USPACE (NBPG*UPAGES) #define REDZONEADDR (VAX_NBPG*3) /* Must be > sizeof(struct user) */ |