cvs commit: src/sys/kern kern_subr.c

Alan Cox alc at FreeBSD.org
Fri Nov 5 06:52:30 GMT 2004


alc         2004-11-05 06:52:29 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_subr.c 
  Log:
  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().)
  
  Revision  Changes    Path
  1.91      +1 -3      src/sys/kern/kern_subr.c


More information about the cvs-src mailing list