Tejun Heo f6500947a9 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>
2010-08-09 11:50:34 +02:00
..
2009-09-21 14:29:21 +02:00
2010-07-29 13:24:57 +02:00
2010-05-18 08:57:00 +10:00
2010-07-14 11:29:46 +02:00
2010-05-19 11:48:18 -07:00
2009-09-18 09:48:52 -07:00
2010-06-08 21:40:37 +02:00
2010-06-29 10:07:09 +02:00
2010-05-19 08:18:44 +02:00
2010-05-27 09:12:53 -07:00
2010-02-10 17:47:17 -08:00
2010-05-11 12:01:10 -07:00
2010-03-12 15:52:32 -08:00
2010-07-27 12:40:54 +02:00
2010-03-06 11:26:23 -08:00
2009-09-23 18:13:10 -07:00
2010-05-10 08:48:39 +02:00