K 10 svn:author V 7 attilio K 8 svn:date V 27 2014-05-26T09:48:57.241234Z K 7 svn:log V 342 Allow vm_page_free_toq() to successfully return pages to the freelist in the case they are unmanaged and have a wire_count == 1. For such case, vm_page_free_toq() will also take care to decrease the total count of wire pages. This drastically removes the number of calls to vm_page_unwire() and manual wire_count frobbing. Suggested by: alc END