From: Tejun Heo Date: Tue, 29 Jun 2010 08:07:11 +0000 (+0200) Subject: workqueue: introduce worker X-Git-Tag: v2.6.36-rc1~506^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c34056a3fdde777c079cc8a70785c2602f2586cb;p=pandora-kernel.git workqueue: introduce worker Separate out worker thread related information to struct worker from struct cpu_workqueue_struct and implement helper functions to deal with the new struct worker. The only change which is visible outside is that now workqueue worker are all named "kworker/CPUID:WORKERID" where WORKERID is allocated from per-cpu ida. This is in preparation of concurrency managed workqueue where shared multiple workers would be available per cpu. Signed-off-by: Tejun Heo --- Reading git-diff-tree failed