K 10 svn:author V 3 alc K 8 svn:date V 27 2004-11-05T06:52:29.000000Z K 7 svn:log V 261 Two changes to vm_pgmoveco(): - Eliminate an initialized but unused variable. - Eliminate an unnecessary call to clear the page's PG_BUSY flag. (The call to vm_page_rename() already clears the page's PG_BUSY flag through its call to vm_page_remove().) END