K 10 svn:author V 10 nwhitehorn K 8 svn:date V 27 2010-09-05T03:05:03.201539Z K 7 svn:log V 243 Make the SLB UMA hypervisor allocator correctly free contig pages. Using vm_page_free() on pages allocated with vm_phys_alloc_contig() causes errors due to inconsistent wired-state tracking. Thanks to Colin Percival for helping me debug this. END