ARM: shmobile: r8a7791 SMP support
[deliverable/linux.git] / arch / arm / mach-shmobile / setup-r8a7791.c
index cb3859b4cc9528a7dafb4d714f23ee554740fab3..d9393d61ee27028fb59efe284cc7d9d69db132d6 100644 (file)
@@ -176,6 +176,7 @@ static const char *r8a7791_boards_compat_dt[] __initdata = {
 };
 
 DT_MACHINE_START(R8A7791_DT, "Generic R8A7791 (Flattened Device Tree)")
+       .smp            = smp_ops(r8a7791_smp_ops),
        .init_early     = r8a7791_init_early,
        .init_time      = rcar_gen2_timer_init,
        .dt_compat      = r8a7791_boards_compat_dt,
This page took 0.024344 seconds and 5 git commands to generate.