aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/mutex-debug.h
diff options
context:
space:
mode:
authorTejun Heo <tj@kernel.org>2010-08-09 11:50:34 +0200
committerTejun Heo <tj@kernel.org>2010-08-09 11:50:34 +0200
commitf6500947a9cbb81cfa07ff344f16955d9c6ebe61 (patch)
tree6544ae45f39370fd35cb44076dc4628bd852bc19 /kernel/mutex-debug.h
parentworkqueue: add missing __percpu markup in kernel/workqueue.c (diff)
downloadlinux-dev-f6500947a9cbb81cfa07ff344f16955d9c6ebe61.tar.xz
linux-dev-f6500947a9cbb81cfa07ff344f16955d9c6ebe61.zip
workqueue: workqueue_cpu_callback() should be cpu_notifier instead of hotcpu_notifier
Commit 6ee0578b (workqueue: mark init_workqueues as early_initcall) made workqueue SMP initialization depend on workqueue_cpu_callback(), which however was registered as hotcpu_notifier() and didn't get called if CONFIG_HOTPLUG_CPU is not set. This made gcwqs on non-boot CPUs not create their initial workers leading to boot failures. Fix it by making it a cpu_notifier. Signed-off-by: Tejun Heo <tj@kernel.org> Reported-and-bisected-by: walt <w41ter@gmail.com> Tested-by: Markus Trippelsdorf <markus@trippelsdorf.de>
Diffstat (limited to 'kernel/mutex-debug.h')
0 files changed, 0 insertions, 0 deletions