From: arnd@arndb.de (Arnd Bergmann)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: clean-up common multi-platform kconfig options
Date: Sat, 7 Dec 2013 19:31:30 +0100 [thread overview]
Message-ID: <201312071931.30847.arnd@arndb.de> (raw)
In-Reply-To: <20131207180215.GQ4360@n2100.arm.linux.org.uk>
On Saturday 07 December 2013, Russell King - ARM Linux wrote:
> On Fri, Dec 06, 2013 at 05:41:33PM +0100, Arnd Bergmann wrote:
> > The above code can already be simplified a lot, since the pre-v6 and
> > pre-v6k v6 cases are dead code. There are comments in Kconfig like this:
> >
> > config TLS_REG_EMUL
> > bool
> > select NEED_KUSER_HELPERS
> > help
> > An SMP system using a pre-ARMv6 processor (there are apparently
> > a few prototypes like that in existence) and therefore access to
> > that required register must be emulated.
>
> Arnd,
>
> If you look at where this is selected, it's selected for SMP on pre-ARMv6
> (okay, I doubt anyone cares about that) _or_ for uclinux on pre-ARMv6
> since pre-ARMv6 can't do the vectors page trick.
Right, I noticed the part about NOMMU later when I read through the code path
again.
> So getting rid of the above takes away __thread support from userland
> uclinux on these CPUs. Is that something you really want to do?
No, not at all, sorry for the confusion.
Arnd
next prev parent reply other threads:[~2013-12-07 18:31 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-05 16:58 [PATCH] ARM: clean-up common multi-platform kconfig options Rob Herring
2013-12-05 20:25 ` Arnd Bergmann
2013-12-05 21:34 ` Rob Herring
2013-12-05 21:50 ` Arnd Bergmann
2013-12-06 4:10 ` Rob Herring
2013-12-06 16:41 ` Arnd Bergmann
2013-12-06 16:59 ` Nicolas Pitre
2013-12-06 20:01 ` Rob Herring
2013-12-07 4:52 ` Arnd Bergmann
2013-12-07 17:41 ` Tony Lindgren
2013-12-07 18:10 ` Russell King - ARM Linux
2013-12-07 20:49 ` Rob Herring
2013-12-08 2:21 ` Nicolas Pitre
2013-12-08 3:02 ` Arnd Bergmann
2013-12-08 3:39 ` Arnd Bergmann
2013-12-07 18:02 ` Russell King - ARM Linux
2013-12-07 18:31 ` Arnd Bergmann [this message]
2013-12-11 16:41 ` Michal Simek
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=201312071931.30847.arnd@arndb.de \
--to=arnd@arndb.de \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.