Alan Cox 925692caa5 - Significantly reduce the number of preallocated pv entries in
pmap_init().  Such a large preallocation is unnecessary and wastes
   nearly eight megabytes of kernel virtual address space per gigabyte
   of managed physical memory.
 - Increase UMA_BOOT_PAGES by two.  This enables the removal of
   pmap_pv_allocf().  (Note: this function was only used during
   initialization, specifically, after pmap_init() but before
   pmap_init2().  During pmap_init2(), a new allocator is installed.)
2003-12-22 01:01:32 +00:00
..
2003-12-21 00:00:08 +00:00
2003-12-21 00:00:08 +00:00
2003-10-18 14:10:28 +00:00
2003-12-10 05:01:41 +00:00
2003-12-16 14:13:47 +00:00