]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
RISC-V: Remove unused arguments from ATOMIC_OP
authorPalmer Dabbelt <palmer@dabbelt.com>
Tue, 14 Nov 2017 19:35:37 +0000 (11:35 -0800)
committerPalmer Dabbelt <palmer@sifive.com>
Tue, 28 Nov 2017 21:53:24 +0000 (13:53 -0800)
commit4650d02ad2d9b2c1c7aa36055166db6aee68f72e
treed011d3d6b9c983029168ffe5ac847b5d855c2a3a
parent4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323
RISC-V: Remove unused arguments from ATOMIC_OP

Our atomics are generated from a complicated series of preprocessor
macros, each of which is slightly different from the last.  When writing
the macros I'd accidentally left some unused arguments floating around.
This patch removes the unused macro arguments.

Signed-off-by: Palmer Dabbelt <palmer@dabbelt.com>
arch/riscv/include/asm/atomic.h