commit | 22288b40e2c7ab484a08a03df32782a67903912c | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <peterz@infradead.org> | Wed Apr 23 20:03:13 2014 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Mon Jul 27 14:06:22 2015 +0200 |
tree | 9da6d8bf9c4e9c9678d130a6c98ae9f43a54f872 | |
parent | 125897908c718972351b589da89b7f990892d4df [diff] |
arm64: 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>