diff options
| -rw-r--r-- | sys/amd64/amd64/pmap.c | 4 | ||||
| -rw-r--r-- | sys/i386/i386/pmap.c | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/amd64/amd64/pmap.c b/sys/amd64/amd64/pmap.c index c95c509f1c09..eeb66f7310d8 100644 --- a/sys/amd64/amd64/pmap.c +++ b/sys/amd64/amd64/pmap.c @@ -39,7 +39,7 @@ * SUCH DAMAGE. * * from: @(#)pmap.c 7.7 (Berkeley) 5/12/91 - * $Id: pmap.c,v 1.145 1997/05/29 05:58:41 fsmp Exp $ + * $Id: pmap.c,v 1.146 1997/06/22 16:03:29 peter Exp $ */ /* @@ -108,7 +108,9 @@ #endif /* SMP || APIC_IO */ #define PMAP_KEEP_PDIRS +#ifndef PMAP_SHPGPERPROC #define PMAP_SHPGPERPROC 200 +#endif #if defined(DIAGNOSTIC) #define PMAP_DIAGNOSTIC diff --git a/sys/i386/i386/pmap.c b/sys/i386/i386/pmap.c index c95c509f1c09..eeb66f7310d8 100644 --- a/sys/i386/i386/pmap.c +++ b/sys/i386/i386/pmap.c @@ -39,7 +39,7 @@ * SUCH DAMAGE. * * from: @(#)pmap.c 7.7 (Berkeley) 5/12/91 - * $Id: pmap.c,v 1.145 1997/05/29 05:58:41 fsmp Exp $ + * $Id: pmap.c,v 1.146 1997/06/22 16:03:29 peter Exp $ */ /* @@ -108,7 +108,9 @@ #endif /* SMP || APIC_IO */ #define PMAP_KEEP_PDIRS +#ifndef PMAP_SHPGPERPROC #define PMAP_SHPGPERPROC 200 +#endif #if defined(DIAGNOSTIC) #define PMAP_DIAGNOSTIC |
