Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Feb 2007 05:43:38 +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_page.c
Message-ID:  <200702150543.l1F5hcgN055240@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         2007-02-15 05:43:38 UTC

  FreeBSD src repository

  Modified files:
    sys/vm               vm_page.c 
  Log:
  Relax the page queue lock assertions in vm_page_remove() and
  vm_page_free_toq() to account for recent changes that allow
  vm_page_free_toq() to be called on some pages without the page queues lock
  being held, specifically, pages that are not contained in a vm object and
  not a member of a page queue.  (Examples of such pages include page table
  pages, pv entry pages, and uma small alloc pages.)
  
  Revision  Changes    Path
  1.338     +3 -2      src/sys/vm/vm_page.c



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