Page MenuHomeFreeBSD

Remove taskqueue_enqueue_fast from the tree
ClosedPublic

Authored by howard0su_gmail.com on Jan 30 2016, 1:14 PM.
Tags
None
Referenced Files
F114264734: D5131.diff
Thu, Apr 10, 1:59 AM
Unknown Object (File)
Sun, Apr 6, 5:22 AM
Unknown Object (File)
Sat, Mar 15, 12:21 PM
Unknown Object (File)
Wed, Mar 12, 8:57 AM
Unknown Object (File)
Feb 28 2025, 3:15 PM
Unknown Object (File)
Feb 16 2025, 8:05 PM
Unknown Object (File)
Jan 31 2025, 7:24 AM
Unknown Object (File)
Jan 14 2025, 9:23 AM
Subscribers

Details

Summary

taskqueue_enqueue_fast is an alias of taskqueue_enqueue. It is not
needed to _fast version when in interrupt context anymore. Remove all
consumers of taskqueue_enqueue_fast and remove it from taskqueue.h.
But leave the implementation in kern/subr_taskqueue.c for back-
compability of binary drivers.

Also update man page to remove the related description on
taskqueue_enqueue_fast.

Point By: jhb

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

howard0su_gmail.com retitled this revision from to Remove taskqueue_enqueue_fast from the tree.
howard0su_gmail.com updated this object.
howard0su_gmail.com edited the test plan for this revision. (Show Details)
howard0su_gmail.com added a reviewer: jhb.
jhb edited edge metadata.

I'll see if I can't do a tinderbox build of this and commit it.

This revision is now accepted and ready to land.Feb 18 2016, 5:42 PM
howard0su_gmail.com edited edge metadata.

Remove enqueue_fast from Makefile of manpages.

This revision now requires review to proceed.Feb 19 2016, 3:54 AM
sepherosa_gmail.com edited edge metadata.

hyperv/hn bits have been committed. You probably need to leave it out.

This revision is now accepted and ready to land.Feb 19 2016, 3:58 AM
This revision was automatically updated to reflect the committed changes.