Skip to content
Commit cf10b79a authored by Will Deacon's avatar Will Deacon Committed by Catalin Marinas
Browse files

arm64: cmpxchg: implement cmpxchg64_relaxed



This patch introduces cmpxchg64_relaxed for arm64 using the existing
cmpxchg_local macro, which performs a cmpxchg operation (up to 64 bits)
without barrier semantics.

Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
Signed-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
parent 5686b06c
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