commit | a15e0384dd22ee08f56d62761ce9d770488f6f4e | [log] [tgz] |
---|---|---|
author | Jeff Garzik <jgarzik@pobox.com> | Mon Oct 31 07:59:37 2005 -0500 |
committer | Jeff Garzik <jgarzik@pobox.com> | Mon Oct 31 07:59:37 2005 -0500 |
tree | 28c9fb9ad86295ca87f9bc6df6042727ddaf68c9 | |
parent | e2f2e58e7968f8446b1078a20a18bf8ea12b4fbc [diff] |
[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.