cvs commit: src/sys/vm vm_page.c
Alan Cox
alc at FreeBSD.org
Wed Mar 2 04:00:05 GMT 2005
alc 2005-03-02 04:00:04 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_5)
sys/vm vm_page.c
Log:
MFC revision 1.301
Assert that page allocations during an interrupt specify
VM_ALLOC_INTERRUPT.
Assert that pages removed from the cache queue are not busy.
MFC revision 1.303
Transfer responsibility for freeing the page taken from the cache
queue and (possibly) unlocking the containing object from
vm_page_alloc() to vm_page_select_cache().
Revision Changes Path
1.290.2.6 +22 -20 src/sys/vm/vm_page.c
More information about the cvs-src
mailing list