cvs commit: src/sys/vm vm_pageout.c

Alan Cox alc at FreeBSD.org
Sat Feb 21 15:32:01 PST 2004


alc         2004/02/21 15:32:00 PST

  FreeBSD src repository

  Modified files:
    sys/vm               vm_pageout.c 
  Log:
  Eliminate the second, unnecessary call to pmap_page_protect() near the end
  of vm_pageout_flush().  Instead, assert that the page is still write
  protected.
  
  Discussed with: tegge
  
  Revision  Changes    Path
  1.253     +4 -2      src/sys/vm/vm_pageout.c


More information about the cvs-src mailing list