Marcel Moolenaar 941a057663 Revision 1.99 of this file changed the allocation request from
VM_ALLOC_INTERRUPT to VM_ALLOC_SYSTEM. There was no mention of
this in commit log as it was considered harmless. Guess what:
it does harm. WITNESS showed that we can not safely grab the
page queue lock in vm_page_alloc() in all cases as we may have
to sleep on it. Revert the request to VM_ALLOC_INTERRUPT to
circumvent this. We panic if vm_page_alloc returns 0. I'm not
entirely happy about this, but we have bigger fish to fry.

Approved by: re@ (blanket)
2003-05-26 22:54:18 +00:00
..
2003-05-19 20:29:07 +00:00
2003-05-15 17:35:35 +00:00
2003-04-03 21:36:33 +00:00
2003-05-15 18:51:28 +00:00
2003-05-19 20:29:07 +00:00
2003-03-28 06:43:50 +00:00