* [PATCH] ARM: keystone: select ARM_ERRATA_798181 only for SMP
@ 2013-06-21 23:04 Arnd Bergmann
2013-06-21 23:07 ` Santosh Shilimkar
0 siblings, 1 reply; 3+ messages in thread
From: Arnd Bergmann @ 2013-06-21 23:04 UTC (permalink / raw)
To: linux-arm-kernel
Selecting this symbol causes a build warning without SMP:
warning: (ARCH_KEYSTONE) selects ARM_ERRATA_798181 which has unmet direct dependencies (CPU_V7 && SMP)
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Santosh Shilimkar <santosh.shilimkar@ti.com>
diff --git a/arch/arm/mach-keystone/Kconfig b/arch/arm/mach-keystone/Kconfig
index 2dbd4ce..51a50e9 100644
--- a/arch/arm/mach-keystone/Kconfig
+++ b/arch/arm/mach-keystone/Kconfig
@@ -9,7 +9,7 @@ config ARCH_KEYSTONE
select GENERIC_CLOCKEVENTS
select HAVE_SCHED_CLOCK
select ARCH_WANT_OPTIONAL_GPIOLIB
- select ARM_ERRATA_798181
+ select ARM_ERRATA_798181 if SMP
help
Support for boards based on the Texas Instruments Keystone family of
SoCs.
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH] ARM: keystone: select ARM_ERRATA_798181 only for SMP
2013-06-21 23:04 [PATCH] ARM: keystone: select ARM_ERRATA_798181 only for SMP Arnd Bergmann
@ 2013-06-21 23:07 ` Santosh Shilimkar
2013-06-21 23:14 ` Arnd Bergmann
0 siblings, 1 reply; 3+ messages in thread
From: Santosh Shilimkar @ 2013-06-21 23:07 UTC (permalink / raw)
To: linux-arm-kernel
On Friday 21 June 2013 07:04 PM, Arnd Bergmann wrote:
> Selecting this symbol causes a build warning without SMP:
>
> warning: (ARCH_KEYSTONE) selects ARM_ERRATA_798181 which has unmet direct dependencies (CPU_V7 && SMP)
>
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> Cc: Santosh Shilimkar <santosh.shilimkar@ti.com>
>
I need to borrow your build scripts. Thanks for
the patch.
Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] ARM: keystone: select ARM_ERRATA_798181 only for SMP
2013-06-21 23:07 ` Santosh Shilimkar
@ 2013-06-21 23:14 ` Arnd Bergmann
0 siblings, 0 replies; 3+ messages in thread
From: Arnd Bergmann @ 2013-06-21 23:14 UTC (permalink / raw)
To: linux-arm-kernel
On Saturday 22 June 2013, Santosh Shilimkar wrote:
> On Friday 21 June 2013 07:04 PM, Arnd Bergmann wrote:
> > Selecting this symbol causes a build warning without SMP:
> >
> > warning: (ARCH_KEYSTONE) selects ARM_ERRATA_798181 which has unmet direct dependencies (CPU_V7 && SMP)
> >
> > Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> > Cc: Santosh Shilimkar <santosh.shilimkar@ti.com>
> >
> I need to borrow your build scripts. Thanks for
> the patch.
I'm currently just building 'make randconfig' in a loop, sending patches
out for every bug I find in the process.
> Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
thanks,
Arnd
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-06-21 23:14 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-21 23:04 [PATCH] ARM: keystone: select ARM_ERRATA_798181 only for SMP Arnd Bergmann
2013-06-21 23:07 ` Santosh Shilimkar
2013-06-21 23:14 ` Arnd Bergmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox