]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - kernel/stop_machine.c
Phonet: use net_device built-in stats for GPRS
[karo-tx-linux.git] / kernel / stop_machine.c
index 8aff79d90ddccd3647cb884664920e45c609fe72..9bc4c00872c927a1033013a31ab19630ba9dc170 100644 (file)
@@ -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);