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 <rmk+kernel@arm.linux.org.uk>