All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 03/05] ARM: shmobile: r8a7779: Generic SoC SMP support
@ 2015-02-18  2:38 Magnus Damm
  2015-02-18  7:27 ` Laurent Pinchart
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Magnus Damm @ 2015-02-18  2:38 UTC (permalink / raw)
  To: linux-sh

From: Magnus Damm <damm+renesas@opensource.se>

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

Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
---

 arch/arm/mach-shmobile/setup-r8a7779.c |    1 +
 1 file changed, 1 insertion(+)

--- 0003/arch/arm/mach-shmobile/setup-r8a7779.c
+++ work/arch/arm/mach-shmobile/setup-r8a7779.c	2015-02-17 00:46:51.566221714 +0900
@@ -773,6 +773,7 @@ static const char *r8a7779_compat_dt[] _
 };
 
 DT_MACHINE_START(R8A7779_DT, "Generic R8A7779 (Flattened Device Tree)")
+	.smp		= smp_ops(r8a7779_smp_ops),
 	.map_io		= r8a7779_map_io,
 	.init_early	= shmobile_init_delay,
 	.init_time	= r8a7779_init_time,

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2015-06-29  5:52 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-18  2:38 [PATCH 03/05] ARM: shmobile: r8a7779: Generic SoC SMP support Magnus Damm
2015-02-18  7:27 ` Laurent Pinchart
2015-02-18  9:10 ` Geert Uytterhoeven
2015-06-25  8:45 ` Magnus Damm
2015-06-25 21:01 ` Laurent Pinchart
2015-06-26  1:12 ` Magnus Damm
2015-06-26  6:38 ` Laurent Pinchart
2015-06-26  6:58 ` Geert Uytterhoeven
2015-06-27 15:17 ` Laurent Pinchart
2015-06-29  4:42 ` Magnus Damm
2015-06-29  5:52 ` Magnus Damm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.