From: shawnguo@kernel.org (Shawn Guo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: no need to select SMP_ON_UP explicitly
Date: Tue, 9 Aug 2016 16:44:17 +0800 [thread overview]
Message-ID: <20160809084416.GS4678@tiger> (raw)
In-Reply-To: <1469199369-25746-1-git-send-email-vladimir.murzin@arm.com>
On Fri, Jul 22, 2016 at 03:56:09PM +0100, Vladimir Murzin wrote:
> SMP_ON_UP is already defaulted to "y" and has all dependencies expressed
> - no need to select it per platform level
>
> Signed-off-by: Vladimir Murzin <vladimir.murzin@arm.com>
> ---
>
> This time sent to LAKML
>
> arch/arm/mach-imx/Kconfig | 3 ---
> arch/arm/mach-realview/Kconfig | 1 -
I cannot take mach-realview changes. I think you need to ether split
the changes, or ask arm-soc folks to apply. In case of the latter, here
is my ACK:
Acked-by: Shawn Guo <shawnguo@kernel.org>
> 2 files changed, 4 deletions(-)
>
> diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
> index dd905b9..cfb1120 100644
> --- a/arch/arm/mach-imx/Kconfig
> +++ b/arch/arm/mach-imx/Kconfig
> @@ -92,7 +92,6 @@ config SOC_IMX31
> select CPU_V6
> select IMX_HAVE_PLATFORM_MXC_RNGA
> select MXC_AVIC
> - select SMP_ON_UP if SMP
>
> config SOC_IMX35
> bool
> @@ -100,7 +99,6 @@ config SOC_IMX35
> select HAVE_EPIT
> select MXC_AVIC
> select PINCTRL_IMX35
> - select SMP_ON_UP if SMP
>
> if ARCH_MULTI_V4T
>
> @@ -589,7 +587,6 @@ config SOC_VF610
> select ARM_GIC if ARCH_MULTI_V7
> select PINCTRL_VF610
> select PL310_ERRATA_769419 if CACHE_L2X0
> - select SMP_ON_UP if SMP
>
> help
> This enables support for Freescale Vybrid VF610 processor.
> diff --git a/arch/arm/mach-realview/Kconfig b/arch/arm/mach-realview/Kconfig
> index 70ab4a2..739800e 100644
> --- a/arch/arm/mach-realview/Kconfig
> +++ b/arch/arm/mach-realview/Kconfig
> @@ -24,7 +24,6 @@ config REALVIEW_DT
> select POWER_RESET
> select POWER_RESET_VERSATILE
> select POWER_SUPPLY
> - select SMP_ON_UP if SMP
> select SOC_REALVIEW
> select USE_OF
> help
> --
> 1.7.9.5
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2016-08-09 8:44 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-22 14:56 [PATCH] ARM: no need to select SMP_ON_UP explicitly Vladimir Murzin
2016-08-09 8:44 ` Shawn Guo [this message]
2016-08-10 8:29 ` Vladimir Murzin
2016-08-10 8:55 ` Arnd Bergmann
2016-08-10 12:25 ` Linus Walleij
2016-08-10 12:56 ` Vladimir Murzin
2016-08-15 13:22 ` Shawn Guo
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=20160809084416.GS4678@tiger \
--to=shawnguo@kernel.org \
--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).