From 0fea8e47e20054ee53795eda408ffafba65d0e81 Mon Sep 17 00:00:00 2001 From: Russell King - ARM Linux Date: Wed, 19 Jan 2011 14:03:50 -0800 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. Signed-off-by: Russell King --- Reading git-format-patch failed