From: Tejun Heo Date: Thu, 14 Mar 2013 02:47:39 +0000 (-0700) Subject: workqueue: factor out initial worker creation into create_and_start_worker() X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~125^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebf44d16ec4619c8a8daeacd987dd86d420ea2c3;p=pandora-kernel.git workqueue: factor out initial worker creation into create_and_start_worker() get_unbound_pool(), workqueue_cpu_up_callback() and init_workqueues() have similar code pieces to create and start the initial worker factor those out into create_and_start_worker(). This patch doesn't introduce any functional changes. Signed-off-by: Tejun Heo --- Reading git-diff-tree failed