]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
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)
commitf8182f613c9887744eb469b1a3352636481cb395
treebb7872d1a46c98aa3fe9cd7c27f24bde1a4d1f90
parent4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323
parentbf730552734372e45b10fe056726de1950fdfdde
RISC-V Atomic Cleanups

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