]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[netdrvr 8139too] replace hand-crafted kernel thread with workqueue
authorJeff Garzik <jgarzik@pobox.com>
Mon, 31 Oct 2005 12:59:37 +0000 (07:59 -0500)
committerJeff Garzik <jgarzik@pobox.com>
Mon, 31 Oct 2005 12:59:37 +0000 (07:59 -0500)
commita15e0384dd22ee08f56d62761ce9d770488f6f4e
tree28c9fb9ad86295ca87f9bc6df6042727ddaf68c9
parente2f2e58e7968f8446b1078a20a18bf8ea12b4fbc
[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.
drivers/net/8139too.c