K 10 svn:author V 3 alc K 8 svn:date V 27 2003-04-25T06:35:05.000000Z K 7 svn:log V 308 - Relax the Giant required in vm_page_remove(). - Remove the Giant required from vm_page_free_toq(). (Any locking errors will be caught by vm_page_remove().) This remedies a panic that occurred when kmem_malloc(NOWAIT) performed without Giant failed to allocate the necessary pages. Reported by: phk END