]> asedeno.scripts.mit.edu Git - linux.git/commit
workqueue: respect isolated cpus when queueing an unbound work
authorTal Shorer <tal.shorer@gmail.com>
Sat, 21 Oct 2017 16:29:24 +0000 (19:29 +0300)
committerTejun Heo <tj@kernel.org>
Sat, 21 Oct 2017 16:32:15 +0000 (09:32 -0700)
commitb5149873a0c299195b5346fe4dc2c5b04ae2f995
tree534024d1cdc80574754200444866721b764b6612
parent9c323bff13f92832e03657cabdd70d731408d621
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