HomeFreeBSD

Remove assertion from TASK_INIT() macro, since some users of

Description

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.

Details

Provenance
glebiusAuthored on
Parents
rS357778: Reduce nc timeout in sys.mac.portacl.*
Branches
Unknown
Tags
Unknown