[PATCH] ARM: Fix HWCAP_TLS flag for ARM11MPCore/Cortex-A9

2010-10-06 Thread Tony Lindgren
Commit 14eff1812679c76564b775aa95cdd378965f6cfb added proper detection for ARM11MPCore/Cortex-A9 instead of detecting them as ARMv7. However, it was missing the HWCAP_TLS flags. HWCAP_TLS is needed if support for earlier ARMv6 is compiled into the same kernel. Without HWCAP_TLS flags the

Re: [PATCH] ARM: Fix HWCAP_TLS flag for ARM11MPCore/Cortex-A9

2010-10-06 Thread Daniel Walker
On Wed, 2010-10-06 at 17:00 -0700, Tony Lindgren wrote: - .long HWCAP_SWP|HWCAP_HALF|HWCAP_THUMB|HWCAP_FAST_MULT|HWCAP_EDSP + .long HWCAP_SWP|HWCAP_HALF|HWCAP_THUMB|HWCAP_FAST_MULT|HWCAP_EDSP|HWCAP_TLS Thanks for catching this.. I have no idea how this happened, I must have