Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1200348 > unrolled thread

[PATCH] ARM: BCM: Enable ARM erratum 798181 for BRCMSTB

Started byGregory Fong <gregory.0xf0@gmail.com>
First post2015-08-05 03:50 +0200
Last post2015-08-05 19:20 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] ARM: BCM: Enable ARM erratum 798181 for BRCMSTB Gregory Fong <gregory.0xf0@gmail.com> - 2015-08-05 03:50 +0200
    Re: [PATCH] ARM: BCM: Enable ARM erratum 798181 for BRCMSTB Florian Fainelli <f.fainelli@gmail.com> - 2015-08-05 19:20 +0200

#1200348 — [PATCH] ARM: BCM: Enable ARM erratum 798181 for BRCMSTB

FromGregory Fong <gregory.0xf0@gmail.com>
Date2015-08-05 03:50 +0200
Subject[PATCH] ARM: BCM: Enable ARM erratum 798181 for BRCMSTB
Message-ID<pTW0a-3pK-21@gated-at.bofh.it>
Commit 04fcab32d3fa1d3f6afe97e0ab431c5572e07a2c ("ARM: 8111/1: Enable
erratum 798181 for Broadcom Brahma-B15") enables this erratum for
affected Broadcom Brahma-B15 CPUs when CONFIG_ARM_ERRATA_798181=y.
Let's make sure that config option is actually set.

Signed-off-by: Gregory Fong <gregory.0xf0@gmail.com>
---
 arch/arm/mach-bcm/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-bcm/Kconfig b/arch/arm/mach-bcm/Kconfig
index 0ac9e4b3..eed8746 100644
--- a/arch/arm/mach-bcm/Kconfig
+++ b/arch/arm/mach-bcm/Kconfig
@@ -140,6 +140,7 @@ config ARCH_BCM_63XX
 config ARCH_BRCMSTB
 	bool "Broadcom BCM7XXX based boards" if ARCH_MULTI_V7
 	select ARM_GIC
+	select ARM_ERRATA_798181 if SMP
 	select HAVE_ARM_ARCH_TIMER
 	select BRCMSTB_GISB_ARB
 	select BRCMSTB_L2_IRQ
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1201001

FromFlorian Fainelli <f.fainelli@gmail.com>
Date2015-08-05 19:20 +0200
Message-ID<pUawa-7PL-19@gated-at.bofh.it>
In reply to#1200348
On 04/08/15 18:43, Gregory Fong wrote:
> Commit 04fcab32d3fa1d3f6afe97e0ab431c5572e07a2c ("ARM: 8111/1: Enable
> erratum 798181 for Broadcom Brahma-B15") enables this erratum for
> affected Broadcom Brahma-B15 CPUs when CONFIG_ARM_ERRATA_798181=y.
> Let's make sure that config option is actually set.
> 
> Signed-off-by: Gregory Fong <gregory.0xf0@gmail.com>

Applied, to soc/next, thanks!
-- 
Florian
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web