Call init_workqueues before pre smp initcalls.
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Mon, 13 Oct 2008 21:50:08 +0000 (23:50 +0200)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 21 Oct 2008 23:00:25 +0000 (10:00 +1100)
commita802dd0eb5fc97a50cf1abb1f788a8f6cc5db635
tree103d3ee6fe2367e40f78e10838653b1f588f0677
parentf44dd164f37336f7e17fabf5740698fd10635172
Call init_workqueues before pre smp initcalls.

This allows to create workqueues from within the context of
a pre smp initcall (aka early_initcall).

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
init/main.c