locking/atomic/x86: Correct the definition of __arch_try_cmpxchg128()
authorUros Bizjak <ubizjak@gmail.com>
Mon, 8 Apr 2024 09:13:56 +0000 (11:13 +0200)
committerIngo Molnar <mingo@kernel.org>
Tue, 9 Apr 2024 07:51:02 +0000 (09:51 +0200)
commit929ad065ba2967be238dfdc0895b79fda62c7f16
tree59774b7929efaab00fdee7d82caeab5ae1aa292b
parentd1eec383a8abe348b5ce72df9e96bff3d9039134
locking/atomic/x86: Correct the definition of __arch_try_cmpxchg128()

Correct the definition of __arch_try_cmpxchg128(), introduced by:

  b23e139d0b66 ("arch: Introduce arch_{,try_}_cmpxchg128{,_local}()")

Fixes: b23e139d0b66 ("arch: Introduce arch_{,try_}_cmpxchg128{,_local}()")
Signed-off-by: Uros Bizjak <ubizjak@gmail.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Link: https://lore.kernel.org/r/20240408091547.90111-2-ubizjak@gmail.com
arch/x86/include/asm/cmpxchg_64.h