diff options
| -rw-r--r-- | kernel/workqueue.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/workqueue.c b/kernel/workqueue.c index 118431095..5708b5296 100644 --- a/kernel/workqueue.c +++ b/kernel/workqueue.c @@ -4693,8 +4693,6 @@ static void wq_unbind_fn(struct work_struct *work) int wi; for_each_cpu_worker_pool(pool, cpu) { - WARN_ON_ONCE(cpu != smp_processor_id()); - mutex_lock(&pool->manager_mutex); spin_lock_irq(&pool->lock); |
