linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: srinivas.kandagatla@st.com (srinivas kandagatla)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/2] ARM: sti: only select errata 764369 if SMP
Date: Thu, 14 Nov 2013 10:32:16 +0000	[thread overview]
Message-ID: <5284A6B0.5060002@st.com> (raw)
In-Reply-To: <1384389974-6229-1-git-send-email-olof@lixom.net>

Thanks for the patch.

Acked-by: Srinivas Kandagatla <srinivas.kandagatla@st.com>


On 14/11/13 00:46, Olof Johansson wrote:
> 764369 depends on SMP, so don't select it on !SMP configs.
> 
> Signed-off-by: Olof Johansson <olof@lixom.net>
> Cc: Srinivas Kandagatla <srinivas.kandagatla@st.com>
> Cc: Stuart Menefy <stuart.menefy@st.com>
> ---
>  arch/arm/mach-sti/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/mach-sti/Kconfig b/arch/arm/mach-sti/Kconfig
> index 835833e3c4f8..939ddb8f482b 100644
> --- a/arch/arm/mach-sti/Kconfig
> +++ b/arch/arm/mach-sti/Kconfig
> @@ -12,7 +12,7 @@ menuconfig ARCH_STI
>  	select HAVE_ARM_SCU if SMP
>  	select ARCH_REQUIRE_GPIOLIB
>  	select ARM_ERRATA_754322
> -	select ARM_ERRATA_764369
> +	select ARM_ERRATA_764369 if SMP
>  	select ARM_ERRATA_775420
>  	select PL310_ERRATA_753970 if CACHE_PL310
>  	select PL310_ERRATA_769419 if CACHE_PL310
> 

      parent reply	other threads:[~2013-11-14 10:32 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-14  0:46 [PATCH 1/2] ARM: sti: only select errata 764369 if SMP Olof Johansson
2013-11-14  0:46 ` [PATCH 2/2] ARM: highbank: " Olof Johansson
2013-11-14  0:51   ` Rob Herring
2013-11-14  0:54     ` Russell King - ARM Linux
2013-11-14  1:02       ` Rob Herring
2013-11-14  1:05         ` Olof Johansson
2013-11-14 10:32 ` srinivas kandagatla [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5284A6B0.5060002@st.com \
    --to=srinivas.kandagatla@st.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).