workqueue: use nr_node_ids instead of wq_numa_tbl_len
authorLai Jiangshan <laijs@cn.fujitsu.com>
Tue, 22 Jul 2014 05:05:40 +0000 (13:05 +0800)
committerTejun Heo <tj@kernel.org>
Tue, 22 Jul 2014 16:10:39 +0000 (12:10 -0400)
commitddcb57e2ed0a4d0de5aef06735dd9df98894f818
tree3fe9b9070f0f94515edbfcf8ba65a031469ee226
parent3fb1823c093ebe1869d34005837f64df64713780
workqueue: use nr_node_ids instead of wq_numa_tbl_len

They are the same and nr_node_ids is provided by the memory subsystem.

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