K 10 svn:author V 7 glebius K 8 svn:date V 27 2020-02-11T20:59:41.935924Z K 7 svn:log V 326 Remove assertion from TASK_INIT() macro, since some users of sys/taskqueue.h may not have includes that define MPASS. It was useful during testing of r357771, but can be omitted now. An invalid value of priority will yield only in potential priority inversion, not a crash. This fixes compilation of ports/x11/nvidia-driver. END