From: Russell King - ARM Linux Date: Wed, 19 Jan 2011 22:03:50 +0000 (-0800) Subject: ARM: v6k: select cmpxchg code sequences according to V6 variants X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df684c0619548d71b745527c59e06ccc4ad82076;p=pandora-kernel.git ARM: v6k: select cmpxchg code sequences according to V6 variants If CONFIG_CPU_V6 is enabled, we must avoid the byte/halfword/doubleword exclusive operations, which aren't implemented before V6K. Use the generic versions (or omit them) instead. If CONFIG_CPU_V6 is not set, but CONFIG_CPU_32v6K is enabled, we have the K extnesions, so use these new instructions. Signed-off-by: Russell King --- Reading git-diff-tree failed