sparc32: make the first argument of __cmpxchg_u64() volatile u64 *
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 2 Apr 2024 02:07:58 +0000 (22:07 -0400)
committerPaul E. McKenney <paulmck@kernel.org>
Wed, 10 Apr 2024 05:06:00 +0000 (22:06 -0700)
commitb7e2a6389e146325227d90eb3ee47bf11647cde6
treea15cfc6cc25fa3d2603c5f9bbc0d827b9e74c848
parent2f528020a29021a9e5da1b85488993e8d9808a38
sparc32: make the first argument of __cmpxchg_u64() volatile u64 *

... to match all cmpxchg variants.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
arch/sparc/include/asm/cmpxchg_32.h
arch/sparc/lib/atomic32.c