ARCv2: smp: [plat-*]: No need to explicitly call mcip_init_early_smp()
[firefly-linux-kernel-4.4.55.git] / arch / arc / plat-axs10x / axs10x.c
index 0a77b19e1df8db1d37af0346e36a4b53254ca272..9ce1999633631983246e276a6957f96199015ce9 100644 (file)
@@ -455,11 +455,6 @@ static void __init axs103_early_init(void)
        axs10x_print_board_ver(AXC003_CREG + 4088, "AXC003 CPU Card");
 
        axs10x_early_init();
-
-#ifdef CONFIG_ARC_MCIP
-       /* No Hardware init, but filling the smp ops callbacks */
-       mcip_init_early_smp();
-#endif
 }
 #endif