Alan Cox 03d4c1e644 Revision 1.52 of vm/uma_core.c has led to UMA's obj_alloc() being
called without Giant; and obj_alloc() in turn calls vm_page_alloc()
without Giant.  This causes an assertion failure in vm_page_alloc().
Fortunately, obj_alloc() is now MPSAFE.  So, we need only clean up
some assertions.

 - Weaken the assertion in vm_page_lookup() to require Giant only
   if the vm_object isn't locked.
 - Remove an assertion from vm_page_alloc() that duplicates a check
   performed in vm_page_lookup().

In collaboration with:	gallatin, jake, jeff
2003-04-22 05:36:14 +00:00
..
2003-04-16 21:09:41 +00:00
2003-04-12 08:44:54 +00:00
2003-04-15 04:19:49 +00:00
2003-04-03 21:36:33 +00:00
2003-04-21 16:44:05 +00:00
2003-04-22 04:39:20 +00:00
2003-03-28 06:43:50 +00:00