diff --git a/[refs] b/[refs] index 9f13616def1b..00119b02c241 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e2b6a6d570f070aa90ac00d2d10b1488512f8520 +refs/heads/master: 7635d2fd7f0fa63b6ec03050614c314d7139f14a diff --git a/trunk/kernel/workqueue.c b/trunk/kernel/workqueue.c index 8936761b814a..7da24711038f 100644 --- a/trunk/kernel/workqueue.c +++ b/trunk/kernel/workqueue.c @@ -3680,7 +3680,7 @@ static int __devinit workqueue_cpu_down_callback(struct notifier_block *nfb, case CPU_DOWN_PREPARE: /* unbinding should happen on the local CPU */ INIT_WORK_ONSTACK(&unbind_work, gcwq_unbind_fn); - schedule_work_on(cpu, &unbind_work); + queue_work_on(cpu, system_highpri_wq, &unbind_work); flush_work(&unbind_work); break; }