arm64: force CONFIG_SMP=y and remove redundant #ifdefs
[firefly-linux-kernel-4.4.55.git] / arch / arm64 / kernel / cpu_ops.c
index 5ea337dd2f15d2d9dedf1507604e5899500559f5..b6bd7d4477683393fb34dc6b055b07382e8ab050 100644 (file)
@@ -30,9 +30,7 @@ extern const struct cpu_operations cpu_psci_ops;
 const struct cpu_operations *cpu_ops[NR_CPUS];
 
 static const struct cpu_operations *supported_cpu_ops[] __initconst = {
-#ifdef CONFIG_SMP
        &smp_spin_table_ops,
-#endif
        &cpu_psci_ops,
        NULL,
 };