[PATCH 05/28] arm64: Provide atomic_{or,xor,and}

2015-07-16 Thread Peter Zijlstra
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) --- arch/arm64/include/asm/atomic.h | 15 +++ 1 file changed, 15 insertions(+) ---

[PATCH 05/28] arm64: Provide atomic_{or,xor,and}

2015-07-16 Thread Peter Zijlstra
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) pet...@infradead.org --- arch/arm64/include/asm/atomic.h | 15 +++ 1 file changed, 15 insertions(+)