K 10 svn:author V 3 alc K 8 svn:date V 27 2007-12-20T22:45:54.000000Z K 7 svn:log V 394 Modify vm_phys_unfree_page() so that it no longer requires the given page to be in the free lists. Instead, it now returns TRUE if it removed the page from the free lists and FALSE if the page was not in the free lists. This change is required to support superpage reservations. Specifically, once reservations are introduced, a cached page can either be in the free lists or a reservation. END