mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/
synced 2026-09-20 18:15:29 +00:00
[netdrvr 8139too] replace hand-crafted kernel thread with workqueue
Gone are the days when 8139too was a shining example of how to use kernel threads. Delayed workqueues are easier, and map precisely to our task: running code from a kernel thread, after a periodic sleep.
This commit is contained in:
parent
e2f2e58e79
commit
a15e0384dd
1 changed files with 33 additions and 54 deletions
Loading…
Add table
Add a link
Reference in a new issue