git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6942b7
)
atomic: Collapse all atomic_{set,clear}_mask definitions
author
Peter Zijlstra
<peterz@infradead.org>
Thu, 23 Apr 2015 23:12:32 +0000
(
01:12
+0200)
committer
Thomas Gleixner
<tglx@linutronix.de>
Mon, 27 Jul 2015 12:06:24 +0000
(14:06 +0200)
Move the now generic definitions of atomic_{set,clear}_mask() into
linux/atomic.h to avoid endless and pointless repetition.
Also, provide an atomic_andnot() wrapper for those few archs that can
implement that.
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
No differences found