From: Russell King - ARM Linux Date: Wed, 19 Jan 2011 22:03:50 +0000 (-0800) Subject: ARM: v6k: select TLS register code according to V6 variants X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15a66fd5f2811fdbb70f4425097eba498887f036;p=pandora-kernel.git ARM: v6k: select TLS register code according to V6 variants If CONFIG_CPU_V6 is enabled, we may or may not have the TLS register. Use the conditional code which copes with this variability. Otherwise, if CONFIG_CPU_32v6K is set, we know we have the TLS register on all supported CPUs, so use it unconditionally. Signed-off-by: Russell King --- Reading git-diff-tree failed