mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-03 17:11:32 +00:00
cbc4d2db75
taskqueue_enqueue() was changed to support both fast and non-fast taskqueues 10 years ago in r154167. It has been a compat shim ever since. It's time for the compat shim to go. Submitted by: Howard Su <howard0su@gmail.com> Reviewed by: sephe Differential Revision: https://reviews.freebsd.org/D5131