From: Jason Cooper <jason@lakedaemon.net>
To: Russell King - ARM Linux <linux@arm.linux.org.uk>
Cc: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>,
Andrew Lunn <andrew@lunn.ch>,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] ARM: dove: fix Dove cpu type from V7 to PJ4
Date: Thu, 28 Mar 2013 21:18:01 -0400 [thread overview]
Message-ID: <20130329011801.GF13280@titan.lakedaemon.net> (raw)
In-Reply-To: <20130328210412.GG3368@n2100.arm.linux.org.uk>
On Thu, Mar 28, 2013 at 09:04:12PM +0000, Russell King - ARM Linux wrote:
...
> From what I could see, there's not much point to pj4-cp0.c without
> iwmmxt.S also being built. So, what I'd suggest is this, which will
> ensure IWMMXT is enabled when PJ4 is set, otherwise giving people the
> choice as it used to be.
>
Russell,
Are you going to take these two patches? I don't want to assume and
have them potentially get lost.
thx,
Jason.
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index 67874b8..ef6733a 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -1171,9 +1171,9 @@ config ARM_NR_BANKS
> default 8
>
> config IWMMXT
> - bool "Enable iWMMXt support"
> + bool "Enable iWMMXt support" if !CPU_PJ4
> depends on CPU_XSCALE || CPU_XSC3 || CPU_MOHAWK || CPU_PJ4
> - default y if PXA27x || PXA3xx || ARCH_MMP
> + default y if PXA27x || PXA3xx || ARCH_MMP || CPU_PJ4
> help
> Enable support for iWMMXt context switching at run time if
> running on a CPU that supports it.
>
next prev parent reply other threads:[~2013-03-29 1:18 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-23 15:06 Sebastian Hesselbarth
2013-03-26 8:28 ` Andrew Lunn
2013-03-28 17:06 ` Jason Cooper
2013-03-28 18:14 ` Russell King - ARM Linux
2013-03-28 20:19 ` Sebastian Hesselbarth
2013-03-28 21:04 ` Russell King - ARM Linux
2013-03-29 1:18 ` Jason Cooper [this message]
2013-04-29 16:50 ` Jason Cooper
2013-04-29 19:26 ` [PATCH RESEND] " Sebastian Hesselbarth
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=20130329011801.GF13280@titan.lakedaemon.net \
--to=jason@lakedaemon.net \
--cc=andrew@lunn.ch \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
--cc=sebastian.hesselbarth@gmail.com \
/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
all inboxes | Powered by JetHome®