]> git.baikalelectronics.ru Git - kernel.git/commit
workqueue: relocate rebind_workers()
authorTejun Heo <tj@kernel.org>
Tue, 19 Mar 2013 20:45:21 +0000 (13:45 -0700)
committerTejun Heo <tj@kernel.org>
Tue, 19 Mar 2013 20:45:21 +0000 (13:45 -0700)
commit460f7fb267cc09913b17798bb804005860a62d7f
tree17b8a08678910689293e1cf06942f20bea42929c
parent1f29165eaf5300f25a53d043f78f97e41c6a959c
workqueue: relocate rebind_workers()

rebind_workers() will be reimplemented in a way which makes it mostly
decoupled from the rest of worker management.  Move rebind_workers()
so that it's located with other CPU hotplug related functions.

This patch is pure function relocation.

Signed-off-by: Tejun Heo <tj@kernel.org>
Reviewed-by: Lai Jiangshan <laijs@cn.fujitsu.com>
kernel/workqueue.c