cvs commit: src/sys/vm vm_page.c

Kip Macy kmacy at FreeBSD.org
Fri Dec 8 00:44:52 PST 2006


kmacy       2006-12-08 08:44:47 UTC

  FreeBSD src repository

  Modified files:
    sys/vm               vm_page.c 
  Log:
  Remove the requirement that phys_avail be sorted in ascending order
  by explicitly finding the lowest and highest addresses when calculating
  the size of the vm_pages array
  
  Reviewed by :alc
  
  Revision  Changes    Path
  1.333     +10 -2     src/sys/vm/vm_page.c


More information about the cvs-src mailing list