diff --git a/[refs] b/[refs] index 5a3e3ec3f354..bc9208a7ebc5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8594fade39d3ad02ef856b8c53b5d7cc538a55f5 +refs/heads/master: 1dd638149f1f9d7d7dbb32591d5c7c2a0ea36264 diff --git a/trunk/kernel/workqueue.c b/trunk/kernel/workqueue.c index d6fdce12ca7e..0d26ab3aee59 100644 --- a/trunk/kernel/workqueue.c +++ b/trunk/kernel/workqueue.c @@ -1167,7 +1167,7 @@ static bool is_chained_work(struct workqueue_struct *wq) unsigned long flags; unsigned int cpu; - for_each_wq_cpu(cpu) { + for_each_cwq_cpu(cpu, wq) { struct cpu_workqueue_struct *cwq = get_cwq(cpu, wq); struct worker_pool *pool = cwq->pool; struct worker *worker;