diff options
Diffstat (limited to 'sys/arch/i386/include/param.h')
-rw-r--r-- | sys/arch/i386/include/param.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/arch/i386/include/param.h b/sys/arch/i386/include/param.h index 0b49043cd14..95c4224f939 100644 --- a/sys/arch/i386/include/param.h +++ b/sys/arch/i386/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.12 2001/04/02 23:24:12 niklas Exp $ */ +/* $OpenBSD: param.h,v 1.13 2001/04/03 01:32:24 deraadt Exp $ */ /* $NetBSD: param.h,v 1.29 1996/03/04 05:04:26 cgd Exp $ */ /*- @@ -99,12 +99,6 @@ #define MSGBUFSIZE 2*NBPG /* default message buffer size */ #endif -#if !defined(PMAP_NEW) && !defined(PMAP_OLD) -#define PMAP_NEW -#elif defined(PMAP_NEW) && defined(PMAP_OLD) -#error Both PMAP_NEW and PMAP_OLD cannot be defined concurrently -#endif - /* * Constants related to network buffer management. * MCLBYTES must be no larger than CLBYTES (the software page size), and, |