]> git.baikalelectronics.ru Git - kernel.git/commit
workqueue: use percpu allocator for cwq on UP
authorLai Jiangshan <laijs@cn.fujitsu.com>
Fri, 9 Mar 2012 10:03:20 +0000 (18:03 +0800)
committerTejun Heo <tj@kernel.org>
Mon, 12 Mar 2012 16:21:17 +0000 (09:21 -0700)
commit1f539cd883380198ed2cb2ca18445596008ebe9f
tree3d8a7bccc95926aeb08c1b03e1ea8cffe722d38c
parent79b56e37e142e22750dbe8363769aaa8d7d5cbe9
workqueue: use percpu allocator for cwq on UP

I notice that the commit bbddff makes percpu allocator can work on UP,
So we don't need the magic way for UP.

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