K 10 svn:author V 3 alc K 8 svn:date V 27 1999-03-16T07:39:07.000000Z K 7 svn:log V 248 Correct a problem in kmem_malloc: A kmem_malloc allowing "wait" may block (VM_WAIT) holding the map lock. This is bad. For example, a subsequent kmem_malloc by an interrupt handler on the same map may find the lock held and panic in the lockmgr. END