allow config file to override NKPDE (yuck)
authorderaadt <deraadt@openbsd.org>
Thu, 9 May 1996 10:16:47 +0000 (10:16 +0000)
committerderaadt <deraadt@openbsd.org>
Thu, 9 May 1996 10:16:47 +0000 (10:16 +0000)
sys/arch/i386/include/pmap.h
sys/arch/i386/include/pmap.old.h

index 157c6f5..3d03260 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: pmap.h,v 1.4 1996/05/07 07:22:09 deraadt Exp $        */
+/*     $OpenBSD: pmap.h,v 1.5 1996/05/09 10:16:47 deraadt Exp $        */
 /*     $NetBSD: pmap.h,v 1.23 1996/05/03 19:26:30 christos Exp $       */
 
 /* 
@@ -68,9 +68,7 @@
  */
 #define        PTDPTDI         0x3df           /* ptd entry that points to ptd! */
 #define        KPTDI           0x3e0           /* start of kernel virtual pde's */
-#ifdef BABY
-#define        NKPDE           31
-#else
+#ifndef NKPDE
 #define        NKPDE           12
 #endif
 #define        APTDPTDI        0x3ff           /* start of alternate page directory */
index bf8f761..a8f4e41 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: pmap.old.h,v 1.4 1996/05/07 07:22:09 deraadt Exp $    */
+/*     $OpenBSD: pmap.old.h,v 1.5 1996/05/09 10:16:47 deraadt Exp $    */
 /*     $NetBSD: pmap.h,v 1.23 1996/05/03 19:26:30 christos Exp $       */
 
 /* 
@@ -68,9 +68,7 @@
  */
 #define        PTDPTDI         0x3df           /* ptd entry that points to ptd! */
 #define        KPTDI           0x3e0           /* start of kernel virtual pde's */
-#ifdef BABY
-#define        NKPDE           31
-#else
+#ifndef NKPDE
 #define        NKPDE           12
 #endif
 #define        APTDPTDI        0x3ff           /* start of alternate page directory */