cvs commit: src/sys/vm vm_init.c

Alan Cox alc at FreeBSD.org
Fri Aug 6 22:58:32 PDT 2004


alc         2004-08-07 05:58:32 UTC

  FreeBSD src repository

  Modified files:
    sys/vm               vm_init.c 
  Log:
  Remove dead code.  A vm_map's first_free is never NULL (even if the map is
  full).
  
  (This is preparation for an O(log n) implementation of vm_map_findspace().)
  
  Submitted by:   Mark W. Krentel
  
  Revision  Changes    Path
  1.44      +2 -7      src/sys/vm/vm_init.c


More information about the cvs-src mailing list