]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Cache queue pages are not mapped. Thus, the pmap_remove_all() by
authorAlan Cox <alc@FreeBSD.org>
Wed, 12 May 2004 04:10:35 +0000 (04:10 +0000)
committerAlan Cox <alc@FreeBSD.org>
Wed, 12 May 2004 04:10:35 +0000 (04:10 +0000)
commitf651b12907393be08e6f1aa1b8291151a9ca973c
treea18357efb76f8e23cf7f418587fdb9cfdeac4bf2
parent287fa6ba9588f5cc8c3351e9e3f251151b567b9a
Cache queue pages are not mapped.  Thus, the pmap_remove_all() by
vm_pageout_scan()'s loop for freeing cache queue pages is unnecessary.
sys/vm/vm_pageout.c