K 10 svn:author V 3 kib K 8 svn:date V 27 2014-11-13T18:51:09.715938Z K 7 svn:log V 279 Fix assertion, &uc->uc_busy is never zero, the intent is to test the uc_busy value, and not its address [1]. Remove the single use of the macro, write KASSERT() explicitely in the code of umtxq_sleep_pi(). Submitted by: Eric van Gyzen [1] MFC after: 1 week END