From: Tejun Heo Date: Tue, 12 Mar 2013 18:30:03 +0000 (-0700) Subject: workqueue: drop "std" from cpu_std_worker_pools and for_each_std_worker_pool() X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~125^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f02ae73aaa4f285199683862ac59972877a11c5d;p=pandora-kernel.git workqueue: drop "std" from cpu_std_worker_pools and for_each_std_worker_pool() All per-cpu pools are standard, so there's no need to use both "cpu" and "std" and for_each_std_worker_pool() is confusing in that it can be used only for per-cpu pools. * s/cpu_std_worker_pools/cpu_worker_pools/ * s/for_each_std_worker_pool()/for_each_cpu_worker_pool()/ Signed-off-by: Tejun Heo Reviewed-by: Lai Jiangshan --- Reading git-diff-tree failed