summaryrefslogtreecommitdiffstats
path: root/sys/vm
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2004-01-18 05:51:06 +0000
committeralc <alc@FreeBSD.org>2004-01-18 05:51:06 +0000
commit8c7902507fae196b37b50c5e46368a51c7a7da22 (patch)
treed7480caec8b4190ce9e3b081c31265f9f1808990 /sys/vm
parent3120ff152e9a68e4d1400233852981321eb20ef0 (diff)
downloadFreeBSD-src-8c7902507fae196b37b50c5e46368a51c7a7da22.zip
FreeBSD-src-8c7902507fae196b37b50c5e46368a51c7a7da22.tar.gz
Increase UMA_BOOT_PAGES because of changes to pv entry initialization in
revision 1.457 of i386/i386/pmap.c.
Diffstat (limited to 'sys/vm')
-rw-r--r--sys/vm/uma_int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/uma_int.h b/sys/vm/uma_int.h
index 140451b..35acfde 100644
--- a/sys/vm/uma_int.h
+++ b/sys/vm/uma_int.h
@@ -103,7 +103,7 @@
#define UMA_SLAB_MASK (PAGE_SIZE - 1) /* Mask to get back to the page */
#define UMA_SLAB_SHIFT PAGE_SHIFT /* Number of bits PAGE_MASK */
-#define UMA_BOOT_PAGES 32 /* Pages allocated for startup */
+#define UMA_BOOT_PAGES 40 /* Pages allocated for startup */
/* Max waste before going to off page slab management */
#define UMA_MAX_WASTE (UMA_SLAB_SIZE / 10)
OpenPOWER on IntegriCloud