From: Russell King - ARM Linux Date: Tue, 18 Jan 2011 22:43:56 +0000 (-0800) Subject: ARM: v6k: select generic atomic64 code according to V6 variants X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0fe002cc4d3cbf2fdf7e0c5c5653ed07dd3f0bb9;p=pandora-kernel.git ARM: v6k: select generic atomic64 code according to V6 variants If CONFIG_CPU_V6 is enabled, avoid using the double-word exclusive instructions in the kernel's atomic implementations as these are not supported. Fall back to the generic spinlock code instead. Signed-off-by: Russell King --- Reading git-diff-tree failed