cvs commit: src/sys/vm vm_contig.c

Alan Cox alc at FreeBSD.org
Sat Nov 24 23:42:35 PST 2007


alc         2007-11-25 07:42:34 UTC

  FreeBSD src repository

  Modified files:
    sys/vm               vm_contig.c 
  Log:
  Tidy up: Add comments.  Eliminate the pointless
  malloc_type_allocated(..., 0) calls that occur when contigmalloc() has
  failed.  Eliminate the acquisition and release of the page queues lock
  from vm_page_release_contig().  Rename contigmalloc2() to
  contigmapping(), reflecting what it does.
  
  Revision  Changes    Path
  1.64      +23 -19    src/sys/vm/vm_contig.c


More information about the cvs-src mailing list