[PATCH] arm64: atomics: lse: Remove unused parameters from ATOMIC_FETCH_OP_AND macros

Catalin Marinas catalin.marinas at arm.com
Thu Nov 27 11:15:36 PST 2025


On Wed, 26 Nov 2025 11:10:25 +0900, Seongsu Park wrote:
> The ATOMIC_FETCH_OP_AND and ATOMIC64_FETCH_OP_AND macros accept 'mb' and
> 'cl' parameters but never use them in their implementation. These macros
> simply delegate to the corresponding andnot functions, which handle the
> actual atomic operations and memory barriers.
> 
> 

Applied to arm64 (for-next/misc), thanks!

[1/1] arm64: atomics: lse: Remove unused parameters from ATOMIC_FETCH_OP_AND macros
      https://git.kernel.org/arm64/c/c86d9f8764ba

-- 
Catalin



More information about the linux-arm-kernel mailing list