Loading
riscv: fix test_and_{set,clear}_bit ordering documentation
test_and_{set,clear}_bit are fully ordered as specified in
Documentation/atomic_bitops.txt. Fix incorrect comment stating otherwise.
Note that the implementation is correct since commit
9347ce54 ("RISC-V: __test_and_op_bit_ord should be strongly ordered")
was introduced.
Signed-off-by:
Ignacio Encinas <ignacio@iencinas.com>
Signed-off-by:
Yury Norov <yury.norov@gmail.com>