cvs commit: src/sys/vm vm_phys.c

Alan Cox alc at FreeBSD.org
Wed Dec 19 15:09:46 PST 2007


alc         2007-12-19 23:09:45 UTC

  FreeBSD src repository

  Modified files:
    sys/vm               vm_phys.c 
  Log:
  Correct one half of a loop continuation condition in vm_phys_unfree_page().
  At present, this error is inconsequential; the other half of the loop
  continuation condition is sufficient to achieve correct execution.
  
  Revision  Changes    Path
  1.5       +1 -3      src/sys/vm/vm_phys.c


More information about the cvs-src mailing list