sparc64: Fix bootup regression due to perf init ordering.
[pandora-kernel.git] / arch / sparc / kernel / cpu.c
index e447938..0dc714f 100644 (file)
@@ -375,5 +375,5 @@ static int __init cpu_type_probe(void)
        return 0;
 }
 
-arch_initcall(cpu_type_probe);
+early_initcall(cpu_type_probe);
 #endif