From 1c2022b6a17c14c3a28505524aabbd1fd6e54489 Mon Sep 17 00:00:00 2001 From: Russell King Date: Fri, 18 Mar 2011 16:48:05 -0700 Subject: [PATCH] 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. Acked-by: Tony Lindgren Acked-by: Will Deacon Tested-by: Sourav Poddar Tested-by: Will Deacon Signed-off-by: Russell King --- Reading git-format-patch failed