commit | 4650d02ad2d9b2c1c7aa36055166db6aee68f72e | [log] [tgz] |
---|---|---|
author | Palmer Dabbelt <palmer@dabbelt.com> | Tue Nov 14 11:35:37 2017 -0800 |
committer | Palmer Dabbelt <palmer@sifive.com> | Tue Nov 28 13:53:24 2017 -0800 |
tree | d011d3d6b9c983029168ffe5ac847b5d855c2a3a | |
parent | 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323 [diff] |
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>