K 10 svn:author V 7 glebius K 8 svn:date V 27 2020-09-09T16:13:33.640341Z K 7 svn:log V 371 In r354148 the goal was to check THREAD_CAN_SLEEP() only once for the purpose of epoch_trace() and for calling subsequent panic, but to keep code fully under INVARIANTS, so don't use bare function call to panic(). However, at the last stage of review a true value slipped in, while always false was assumed. I checked that in email archive with kib@. Noticed by: trasz END