diff options
| author | David Greenman <dg@FreeBSD.org> | 1994-09-23 07:00:12 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1994-09-23 07:00:12 +0000 |
| commit | a6cd0a24771caf4fc2cca77eb3b7f8692ca0632d (patch) | |
| tree | 73f056aee15a8ea1acfd3d9c7e9798f6df5eeeee /sys/amd64/include/vmparam.h | |
| parent | 9826cd3dfa1e4e8aec3441e406a25322bca04981 (diff) | |
Notes
Diffstat (limited to 'sys/amd64/include/vmparam.h')
| -rw-r--r-- | sys/amd64/include/vmparam.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/include/vmparam.h b/sys/amd64/include/vmparam.h index b2da40947489..482ee5b60874 100644 --- a/sys/amd64/include/vmparam.h +++ b/sys/amd64/include/vmparam.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * from: @(#)vmparam.h 5.9 (Berkeley) 5/12/91 - * $Id: vmparam.h,v 1.14 1994/09/01 03:16:40 davidg Exp $ + * $Id: vmparam.h,v 1.15 1994/09/12 11:38:20 davidg Exp $ */ @@ -88,7 +88,7 @@ * Size of the Shared Memory Pages page table. */ #ifndef SHMMAXPGS -#define SHMMAXPGS 512 /* XXX until we have more kmap space */ +#define SHMMAXPGS 1024 /* XXX until we have more kmap space */ #endif /* |
