]> Pileus Git - ~andy/linux/commitdiff
ARM: shmobile: Use SMP on Koelsch
authorMagnus Damm <damm@opensource.se>
Tue, 1 Oct 2013 08:13:26 +0000 (17:13 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 8 Oct 2013 01:02:21 +0000 (10:02 +0900)
Enable r8a7791 SMP support code on the Koelsch board.

Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/mach-shmobile/board-koelsch.c

index ea5846e2e88c39b450254349e72580f7c3dd9314..ace1711a6cd83b1b8dcde8aead16a97156d72c8d 100644 (file)
@@ -39,6 +39,7 @@ static const char * const koelsch_boards_compat_dt[] __initconst = {
 };
 
 DT_MACHINE_START(KOELSCH_DT, "koelsch")
+       .smp            = smp_ops(r8a7791_smp_ops),
        .init_early     = r8a7791_init_early,
        .init_machine   = koelsch_add_standard_devices,
        .init_time      = rcar_gen2_timer_init,