From: Jeff Garzik Date: Mon, 31 Oct 2005 12:59:37 +0000 (-0500) Subject: [netdrvr 8139too] replace hand-crafted kernel thread with workqueue X-Git-Tag: v2.6.16-rc1~474^2~22^2~7^2~99^2~6 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a15e0384dd22ee08f56d62761ce9d770488f6f4e;p=pandora-kernel.git [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. --- Reading git-diff-tree failed