Date: Wed, 2 Mar 2005 04:00:04 +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: <200503020400.j22404wQ026292@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503020400.j22404wQ026292>