From f4af7115d8b000b192869f4f8810faa6fbc008f1 Mon Sep 17 00:00:00 2001 From: Dag-Erling Smørgrav Date: Sun, 25 Apr 1999 12:44:06 +0000 Subject: MFC: increase kvm size to 1 GB. --- sys/i386/include/pmap.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/i386/include') 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 -- cgit v1.3