commit | 7fc1845dd45a825b3c2b760df342a94f61fb1113 | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <peterz@infradead.org> | Wed Apr 23 20:28:37 2014 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Mon Jul 27 14:06:23 2015 +0200 |
tree | beac8c005d76389fbba5d251cc5774e9428c3ecb | |
parent | ae8c35c85be92b79c545c57c2a14c2f8136d3353 [diff] |
x86: Provide atomic_{or,xor,and} Implement atomic logic ops -- atomic_{or,xor,and}. These will replace the atomic_{set,clear}_mask functions that are available on some archs. Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>