]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Two changes: (1) Use vm_page_unqueue_nowakeup in vm_page_alloc
authoralc <alc@FreeBSD.org>
Wed, 10 Nov 1999 05:23:19 +0000 (05:23 +0000)
committeralc <alc@FreeBSD.org>
Wed, 10 Nov 1999 05:23:19 +0000 (05:23 +0000)
commitf0cd9c6361465095959d33ba2b546c01d4ad1481
tree54ce98159cb9408aed4334dc495be3f4c15fd19c
parenteb0978086d5ef277c9bc2b7c5addf2020f8d47d8
Two changes: (1) Use vm_page_unqueue_nowakeup in vm_page_alloc
instead of duplicating the code.  (2) If a wired page is passed
to vm_page_free_toq, panic instead of printing a friendly warning.
(If we don't panic here, we'll just panic later in vm_page_unwire
obscuring the problem.)
sys/vm/vm_page.c