X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?p=linux-2.6-omap-h63xx.git;a=blobdiff_plain;f=kernel%2Fstop_machine.c;h=9bc4c00872c927a1033013a31ab19630ba9dc170;hp=8aff79d90ddccd3647cb884664920e45c609fe72;hb=4403b406d4369a275d483ece6ddee0088cc0d592;hpb=e013e13bf605b9e6b702adffbe2853cfc60e7806 diff --git a/kernel/stop_machine.c b/kernel/stop_machine.c index 8aff79d90dd..9bc4c00872c 100644 --- a/kernel/stop_machine.c +++ b/kernel/stop_machine.c @@ -160,4 +160,4 @@ static int __init stop_machine_init(void) stop_machine_work = alloc_percpu(struct work_struct); return 0; } -early_initcall(stop_machine_init); +core_initcall(stop_machine_init);