Increase UMA_BOOT_PAGES because of changes to pv entry initialization in

revision 1.457 of i386/i386/pmap.c.
This commit is contained in:
Alan Cox 2004-01-18 05:51:06 +00:00
parent c9a7784cc7
commit c19aa3402b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=124649

View File

@ -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)