K 10 svn:author V 8 bmilekic K 8 svn:date V 27 2005-02-16T20:06:11.000000Z K 7 svn:log V 312 Make UMA set the overloaded page->object back to kmem_object for UMA_ZONE_REFCNT and UMA_ZONE_MALLOC zones, as the page(s) undoubtedly came from kmem_map for those two. Previously it would set it back to NULL for UMA_ZONE_REFCNT zones and although this was probably not fatal, it added MORE code for no reason. END