All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: omap2: Only select errata 798181 if SMP
@ 2013-07-24 23:58 Olof Johansson
  2013-07-24 23:59 ` Santosh Shilimkar
  0 siblings, 1 reply; 2+ messages in thread
From: Olof Johansson @ 2013-07-24 23:58 UTC (permalink / raw)
  To: linux-arm-kernel

Avoids the following warning when SMP is off:

warning: (ARCH_KEYSTONE && SOC_OMAP5) selects ARM_ERRATA_798181 which
has unmet direct dependencies (CPU_V7 && SMP)

Cc: Tony Lindgren <tony@atomide.com>
Cc: Santosh Shilimkar <santosh.shilimkar@ti.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
---

Since this is trivial I've already applied it to fixes on arm-soc.

 arch/arm/mach-omap2/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
index 627fa7e..3eed000 100644
--- a/arch/arm/mach-omap2/Kconfig
+++ b/arch/arm/mach-omap2/Kconfig
@@ -62,7 +62,7 @@ config SOC_OMAP5
 	select HAVE_SMP
 	select COMMON_CLK
 	select HAVE_ARM_ARCH_TIMER
-	select ARM_ERRATA_798181
+	select ARM_ERRATA_798181 if SMP
 
 config SOC_AM33XX
 	bool "AM33XX support"
-- 
1.8.1.192.gc4361b8

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

* [PATCH] ARM: omap2: Only select errata 798181 if SMP
  2013-07-24 23:58 [PATCH] ARM: omap2: Only select errata 798181 if SMP Olof Johansson
@ 2013-07-24 23:59 ` Santosh Shilimkar
  0 siblings, 0 replies; 2+ messages in thread
From: Santosh Shilimkar @ 2013-07-24 23:59 UTC (permalink / raw)
  To: linux-arm-kernel

On Wednesday 24 July 2013 07:58 PM, Olof Johansson wrote:
> Avoids the following warning when SMP is off:
> 
> warning: (ARCH_KEYSTONE && SOC_OMAP5) selects ARM_ERRATA_798181 which
> has unmet direct dependencies (CPU_V7 && SMP)
> 
> Cc: Tony Lindgren <tony@atomide.com>
> Cc: Santosh Shilimkar <santosh.shilimkar@ti.com>
> Signed-off-by: Olof Johansson <olof@lixom.net>
> ---
> 
> Since this is trivial I've already applied it to fixes on arm-soc.
> 
yep.

Regards,
Santosh

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

end of thread, other threads:[~2013-07-24 23:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-24 23:58 [PATCH] ARM: omap2: Only select errata 798181 if SMP Olof Johansson
2013-07-24 23:59 ` Santosh Shilimkar

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.