cvs commit: src/sys/vm vm_page.c
Alan Cox
alc at FreeBSD.org
Thu Feb 15 05:43:38 UTC 2007
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
More information about the cvs-src
mailing list