commit | 1993dbc7e09a7ffdd98975589aa83387928e9fe7 | [log] [tgz] |
---|---|---|
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | Fri Nov 11 16:22:47 2016 +0100 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Fri Nov 11 16:37:38 2016 +0100 |
tree | f518fd484f98541a3d9c746d6199c1c7bec16134 | |
parent | 126b30c3cb476ce68489a657a7defb8e73775e6f [diff] |
s390/bitops: use atomic primitives for bitops Replace the bitops specific atomic update code by the functions from atomic_ops.h. This saves a few lines of non-trivial code. Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>