[PATCH 06/28] avr32: 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/avr32/include/asm/atomic.h | 14 ++ 1 file changed, 14 insertions(+) ---

[PATCH 06/28] avr32: 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/avr32/include/asm/atomic.h | 14 ++ 1 file changed, 14 insertions(+)