These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / arch / mips / mti-malta / malta-init.c
index cec3e18..571148c 100644 (file)
@@ -302,4 +302,12 @@ mips_pci_controller:
                return;
        if (!register_vsmp_smp_ops())
                return;
+       register_up_smp_ops();
+}
+
+void platform_early_l2_init(void)
+{
+       /* L2 configuration lives in the CM3 */
+       if (mips_cm_revision() >= CM_REV_CM3)
+               mips_cm_probe();
 }