Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Jun 2003 00:58:10 -0700 (PDT)
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_page.c
Message-ID:  <200306280758.h5S7wAWF024029@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         2003/06/28 00:58:10 PDT

  FreeBSD src repository

  Modified files:
    sys/vm               vm_page.c 
  Log:
   - Use an int rather than a vm_pindex_t to represent the desired page
     color in vm_page_alloc().  (This also has small performance benefits.)
   - Eliminate vm_page_select_free(); vm_page_alloc() might as well
     call vm_pageq_find() directly.
  
  Revision  Changes    Path
  1.254     +6 -24     src/sys/vm/vm_page.c



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