]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Merge tag 'renesas-smp-for-v3.13' into devel
authorSimon Horman <horms+renesas@verge.net.au>
Mon, 30 Sep 2013 09:06:55 +0000 (18:06 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 30 Sep 2013 09:06:55 +0000 (18:06 +0900)
Renesas ARM based SoC SMP updates for v3.13

* Add CPU notifier based SCU boot vector code
  - Use on emev2, r8a7779 and sh73a0 SoCs
  - Remove now unused shmobile_smp_scu_boot_secondary()
* Add shared APMU SMP support code
  - Use to add SMP support for r8a7790 SoC
* Introduce shmobile_boot_size
* Expose shmobile_invalidate_start()
* Introduce shmobile_smp_cpu_disable()
  - Use on sh73a0 SoC
  - Remove now unused shmobile_smp_init_cpus()

1  2 
arch/arm/mach-shmobile/board-lager.c

index 6569491839cf2e099905b5bfe9c1467deb2034b5,ef3baaa79e6da28259f65c14aad218d7f5929358..6d1026e99e1362617742a4aa5c4f4911f1baa94a
@@@ -186,8 -161,9 +186,9 @@@ static const char *lager_boards_compat_
  };
  
  DT_MACHINE_START(LAGER_DT, "lager")
+       .smp            = smp_ops(r8a7790_smp_ops),
        .init_early     = r8a7790_init_early,
        .init_time      = r8a7790_timer_init,
 -      .init_machine   = lager_add_standard_devices,
 +      .init_machine   = lager_init,
        .dt_compat      = lager_boards_compat_dt,
  MACHINE_END