[MIPS] Add support for MIPS CMP platform.
[firefly-linux-kernel-4.4.55.git] / arch / mips / mips-boards / generic / init.c
index 07671fb9074f570ea60baeae49c66f035a644862..852b19492d8c43e765b9ccdf830eead70ea48f2e 100644 (file)
@@ -424,6 +424,9 @@ void __init prom_init(void)
 #ifdef CONFIG_SERIAL_8250_CONSOLE
        console_config();
 #endif
+#ifdef CONFIG_MIPS_CMP
+       register_smp_ops(&cmp_smp_ops);
+#endif
 #ifdef CONFIG_MIPS_MT_SMP
        register_smp_ops(&vsmp_smp_ops);
 #endif