All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 01/02] ARM: shmobile: r8a7779: No TWD setup in C for Multiplatform
@ 2014-12-16  9:39 Magnus Damm
  0 siblings, 0 replies; only message in thread
From: Magnus Damm @ 2014-12-16  9:39 UTC (permalink / raw)
  To: linux-sh

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

Skip the TWD setup in C for r8a7779 Multiplatform.
We should use DTS for the TWD device anyway.

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

 Built on top of renesas-devel-20141216v2-v3.18
 No special dependencies

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

--- 0001/arch/arm/mach-shmobile/smp-r8a7779.c
+++ work/arch/arm/mach-shmobile/smp-r8a7779.c	2014-12-16 18:24:44.000000000 +0900
@@ -56,7 +56,7 @@ static struct rcar_sysc_ch *r8a7779_ch_c
 	[3] = &r8a7779_ch_cpu3,
 };
 
-#ifdef CONFIG_HAVE_ARM_TWD
+#if defined(CONFIG_HAVE_ARM_TWD) && !defined(CONFIG_ARCH_MULTIPLATFORM)
 static DEFINE_TWD_LOCAL_TIMER(twd_local_timer, R8A7779_SCU_BASE + 0x600, 29);
 void __init r8a7779_register_twd(void)
 {

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-12-16  9:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-16  9:39 [PATCH 01/02] ARM: shmobile: r8a7779: No TWD setup in C for Multiplatform 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.