Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Nov 2010 05:51:31 +0000 (UTC)
From:      "Jayachandran C." <jchandra@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/mips/mips pmap.c src/sys/vm vm_page.c vm_page.h
Message-ID:  <201011280551.oAS5puSZ076881@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jchandra    2010-11-28 05:51:31 UTC

  FreeBSD src repository

  Modified files:
    sys/mips/mips        pmap.c 
    sys/vm               vm_page.c vm_page.h 
  Log:
  SVN rev 215973 on 2010-11-28 05:51:31Z by jchandra
  
  Fix issue noted by alc while reviewing r215938:
  The current implementation of vm_page_alloc_freelist() does not handle
  order > 0 correctly. Remove order parameter to the function and use it
  only for order 0 pages.
  
  Submitted by:   alc
  
  Revision  Changes    Path
  1.84      +1 -1      src/sys/mips/mips/pmap.c
  1.424     +3 -3      src/sys/vm/vm_page.c
  1.179     +1 -1      src/sys/vm/vm_page.h



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