diff options
author | Mark Rutland <[email protected]> | 2023-06-05 08:01:00 +0100 |
---|---|---|
committer | Peter Zijlstra <[email protected]> | 2023-06-05 09:57:13 +0200 |
commit | a7bafa7969da1c0e9c342c792d8224078d1c491c (patch) | |
tree | 6bc8363a7e055e935ecd6b5e55c793581de871b6 /lib/mpi/mpi-sub-ui.c | |
parent | 14d72d4b6f0e88b5f683c1a5b7a876a55055852d (diff) |
locking/atomic: hexagon: remove redundant arch_atomic_cmpxchg
Hexagon's implementation of arch_atomic_cmpxchg() is identical to its
implementation of arch_cmpxchg(). Have it define arch_atomic_cmpxchg()
in terms of arch_cmpxchg(), matching what it does for arch_atomic_xchg()
and arch_xchg().
At the same time, remove the kerneldoc comments for hexagon's
arch_atomic_xchg() and arch_atomic_cmpxchg(). The arch_atomic_*()
namespace is shared by all architectures and the API should be
documented centrally, and the comments aren't all that helpful as-is.
There should be no functional change as a result of this patch.
Signed-off-by: Mark Rutland <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Reviewed-by: Kees Cook <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'lib/mpi/mpi-sub-ui.c')
0 files changed, 0 insertions, 0 deletions