ARM64 / ACPI: Parse MADT for SMP initialization
[cascardo/linux.git] / arch / arm64 / kernel / cpu_ops.c
index cce9524..fb8ff9b 100644 (file)
@@ -35,7 +35,7 @@ static const struct cpu_operations *supported_cpu_ops[] __initconst = {
        NULL,
 };
 
-static const struct cpu_operations * __init cpu_get_ops(const char *name)
+const struct cpu_operations * __init cpu_get_ops(const char *name)
 {
        const struct cpu_operations **ops = supported_cpu_ops;