summaryrefslogtreecommitdiff
path: root/arch/arm/mach-shmobile/board-lager-reference.c
diff options
context:
space:
mode:
authorMagnus Damm <damm@opensource.se>2013-08-28 23:22:07 (GMT)
committerSimon Horman <horms+renesas@verge.net.au>2013-09-30 08:56:03 (GMT)
commitad09cb83811b228eb6f98230d307bb837e6a758f (patch)
tree159ac3c95b3880cd4a816806e64fc7d489177a6d /arch/arm/mach-shmobile/board-lager-reference.c
parenta112de8c7ae231f396e28160e84d0eab3a79dffc (diff)
downloadlinux-ad09cb83811b228eb6f98230d307bb837e6a758f.tar.xz
ARM: shmobile: Add r8a7790 SMP support using APMU code
Add r8a7790 SMP support using the shared APMU code. To enable SMP the r8a7790 specific DTS needs to be updated to include CPU cores, and this is happening in a separate patch. Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/board-lager-reference.c')
-rw-r--r--arch/arm/mach-shmobile/board-lager-reference.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/board-lager-reference.c b/arch/arm/mach-shmobile/board-lager-reference.c
index 2856f51..d39a91b 100644
--- a/arch/arm/mach-shmobile/board-lager-reference.c
+++ b/arch/arm/mach-shmobile/board-lager-reference.c
@@ -38,6 +38,7 @@ static const char *lager_boards_compat_dt[] __initdata = {
};
DT_MACHINE_START(LAGER_DT, "lager")
+ .smp = smp_ops(r8a7790_smp_ops),
.init_early = r8a7790_init_early,
.init_machine = lager_add_standard_devices,
.init_time = r8a7790_timer_init,