K 10 svn:author V 4 jeff K 8 svn:date V 27 2019-12-02T22:34:19.049929Z K 7 svn:log V 294 Don't run sched_preempt() inside of an extra critical section. This disables the sched_preempt() switch optimization and causes the sched lock to be dropped and immediately reacquired. Reviewed by: jhb, kib, mav, markj (with changes) Differential Revision: https://reviews.freebsd.org/D22623 END