workqueue: respect isolated cpus when queueing an unbound work
authorTal Shorer <tal.shorer@gmail.com>
Fri, 3 Nov 2017 15:27:50 +0000 (17:27 +0200)
committerTejun Heo <tj@kernel.org>
Mon, 27 Nov 2017 16:57:00 +0000 (08:57 -0800)
commitc98a9805096460567404799a7bd3149826affde7
tree6fe72533be2a9d6fadcc31a51d4c80853f9466f7
parent7d229c668a114e80d6be62b00e21a73bdd9ba7b3
workqueue: respect isolated cpus when queueing an unbound work

Initialize wq_unbound_cpumask to exclude cpus that were isolated by
the cmdline's isolcpus parameter.

Signed-off-by: Tal Shorer <tal.shorer@gmail.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/workqueue.c