summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1993-10-09 15:29:04 +0000
committerdg <dg@FreeBSD.org>1993-10-09 15:29:04 +0000
commit511031c5744f1bdfb96cc3c300dafddb423fabca (patch)
tree01994572b440b7a3131a4a3409d4d0124452ae16 /sys/amd64
parent638136010796428acb6f995974a9816e73451c93 (diff)
downloadFreeBSD-src-511031c5744f1bdfb96cc3c300dafddb423fabca.zip
FreeBSD-src-511031c5744f1bdfb96cc3c300dafddb423fabca.tar.gz
Correct spelling of "SHMMAXPGS" so the config override will actually work.
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/include/vmparam.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/include/vmparam.h b/sys/amd64/include/vmparam.h
index 1172db8..2285680 100644
--- a/sys/amd64/include/vmparam.h
+++ b/sys/amd64/include/vmparam.h
@@ -93,7 +93,7 @@
/*
* Size of the Shared Memory Pages page table.
*/
-#ifndef SHMAXPGS
+#ifndef SHMMAXPGS
#define SHMMAXPGS 64 /* XXX until we have more kmap space */
#endif
OpenPOWER on IntegriCloud