Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 44ade5ed authored by Magnus Damm's avatar Magnus Damm Committed by Simon Horman
Browse files

ARM: shmobile: r8a7779: Generic SMP ops



Add a r8a7779-specific SMP operation pointer to support
all 4 CPU cores through SMP on r8a7779 without C board code.

Signed-off-by: default avatarMagnus Damm <damm+renesas@opensource.se>
Acked-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 131c2e04
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -772,6 +772,7 @@ static const char *r8a7779_compat_dt[] __initdata = {
};
};


DT_MACHINE_START(R8A7779_DT, "Generic R8A7779 (Flattened Device Tree)")
DT_MACHINE_START(R8A7779_DT, "Generic R8A7779 (Flattened Device Tree)")
	.smp		= smp_ops(r8a7779_smp_ops),
	.map_io		= r8a7779_map_io,
	.map_io		= r8a7779_map_io,
	.init_early	= shmobile_init_delay,
	.init_early	= shmobile_init_delay,
	.init_time	= r8a7779_init_time,
	.init_time	= r8a7779_init_time,