]> git.baikalelectronics.ru Git - kernel.git/commit
workqueue: remove unused WORK_CPU_END
authorLai Jiangshan <laijs@cn.fujitsu.com>
Thu, 22 May 2014 08:43:44 +0000 (16:43 +0800)
committerTejun Heo <tj@kernel.org>
Thu, 22 May 2014 15:35:51 +0000 (11:35 -0400)
commitb2df58985a5a75ffa2cc23f4a5fe9e1a08009cb6
treef2073bf7297d40b275b6e0dadab7bcd15414674d
parent53ed3967dc4a239610e2620ea3517ca648ab48a2
workqueue: remove unused WORK_CPU_END

WORK_CPU_END is totally unused since 213fe45eaf7e ("workqueue: fix
pool ID allocation leakage and remove BUILD_BUG_ON() in
init_workqueues"). It should be removed.

After it is removed, the comment "special cpu IDs" is not precise due to
there is only one special CPU ID (WORK_CPU_UNBOUND) left, so we also
change this comment to the description for WORK_CPU_UNBOUND.

tj: Minor description and comment tweaks.

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