summaryrefslogtreecommitdiff
path: root/sys/i386/include
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>1999-04-25 12:44:06 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>1999-04-25 12:44:06 +0000
commitf4af7115d8b000b192869f4f8810faa6fbc008f1 (patch)
treee4c539ca5bc3e55d41d544fc178a625b8f7af86b /sys/i386/include
parentedf95613d3cea89284dc8b12efea6f27c1440ea7 (diff)
Notes
Diffstat (limited to 'sys/i386/include')
-rw-r--r--sys/i386/include/pmap.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/i386/include/pmap.h b/sys/i386/include/pmap.h
index 5251be3890c7..fc006cc1d0f0 100644
--- a/sys/i386/include/pmap.h
+++ b/sys/i386/include/pmap.h
@@ -42,7 +42,7 @@
*
* from: hp300: @(#)pmap.h 7.2 (Berkeley) 12/16/90
* from: @(#)pmap.h 7.4 (Berkeley) 5/12/91
- * $Id: pmap.h,v 1.56 1998/06/21 14:08:27 mckay Exp $
+ * $Id: pmap.h,v 1.57 1998/11/24 20:25:52 eivind Exp $
*/
#ifndef _MACHINE_PMAP_H_
@@ -92,9 +92,9 @@
#endif
#ifndef NKPDE
#ifdef SMP
-#define NKPDE 62 /* addressable number of page tables/pde's */
+#define NKPDE 254 /* addressable number of page tables/pde's */
#else
-#define NKPDE 63 /* addressable number of page tables/pde's */
+#define NKPDE 255 /* addressable number of page tables/pde's */
#endif /* SMP */
#endif