K 10 svn:author V 3 alc K 8 svn:date V 27 1999-11-10T05:23:19.000000Z K 7 svn:log V 284 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.) END