Skip to content
Commit a41297a0 authored by Russell King's avatar Russell King
Browse files

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: default avatarTony Lindgren <tony@atomide.com>
Acked-by: default avatarWill Deacon <will.deacon@arm.com>
Tested-by: default avatarSourav Poddar <sourav.poddar@ti.com>
Tested-by: default avatarWill Deacon <will.deacon@arm.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 4ed67a53
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment