Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Nov 2007 07:42:34 +0000 (UTC)
From:      Alan Cox <alc@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/vm vm_contig.c
Message-ID:  <200711250742.lAP7gYZR059625@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200711250742.lAP7gYZR059625>