RISC-V Atomic Cleanups
authorPalmer Dabbelt <palmer@sifive.com>
Fri, 1 Dec 2017 21:10:42 +0000 (13:10 -0800)
committerPalmer Dabbelt <palmer@sifive.com>
Fri, 1 Dec 2017 21:10:42 +0000 (13:10 -0800)
This patch set is the result of some feedback that filtered through
after our original patch set was reviewed, some of which was the result
of me missing some email.  It contains:

* A new READ_ONCE in arch_spin_is_locked()
* __test_and_op_bit_ord() is now actually ordered
* Improvements to various comments
* Removal of some dead code


Trivial merge