git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2f2e58
)
[netdrvr 8139too] replace hand-crafted kernel thread with workqueue
author
Jeff Garzik
<jgarzik@pobox.com>
Mon, 31 Oct 2005 12:59:37 +0000
(07:59 -0500)
committer
Jeff Garzik
<jgarzik@pobox.com>
Mon, 31 Oct 2005 12:59:37 +0000
(07:59 -0500)
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.
No differences found