We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a62f99 + 5edddaa commit fb7b5a9Copy full SHA for fb7b5a9
arch/sparc/kernel/cpu.c
@@ -375,5 +375,5 @@ static int __init cpu_type_probe(void)
375
return 0;
376
}
377
378
-arch_initcall(cpu_type_probe);
+early_initcall(cpu_type_probe);
379
#endif
arch/sparc/kernel/pcr.c
@@ -168,4 +168,4 @@ int __init pcr_arch_init(void)
168
return err;
169
170
171
-arch_initcall(pcr_arch_init);
+early_initcall(pcr_arch_init);
0 commit comments