diff options
| author | Peter Zijlstra <peterz@infradead.org> | 2016-04-17 18:58:25 -0400 |
|---|---|---|
| committer | Ingo Molnar <mingo@kernel.org> | 2016-06-16 04:48:32 -0400 |
| commit | b53d6bedbe781974097fd8c38263f6cc78ff9ea7 (patch) | |
| tree | 76974ec2ced53b2af460b9d729a393a5f9a89525 /arch/m32r | |
| parent | 28aa2bda2211f4327d83b44a4f917b4a061b1c56 (diff) | |
locking/atomic: Remove linux/atomic.h:atomic_fetch_or()
Since all architectures have this implemented now natively, remove this
dead code.
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-arch@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/m32r')
| -rw-r--r-- | arch/m32r/include/asm/atomic.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/m32r/include/asm/atomic.h b/arch/m32r/include/asm/atomic.h index 8ba8a0ab5d5d..640cc1c7099f 100644 --- a/arch/m32r/include/asm/atomic.h +++ b/arch/m32r/include/asm/atomic.h | |||
| @@ -121,8 +121,6 @@ ATOMIC_OPS(sub) | |||
| 121 | #undef ATOMIC_OPS | 121 | #undef ATOMIC_OPS |
| 122 | #define ATOMIC_OPS(op) ATOMIC_OP(op) ATOMIC_FETCH_OP(op) | 122 | #define ATOMIC_OPS(op) ATOMIC_OP(op) ATOMIC_FETCH_OP(op) |
| 123 | 123 | ||
| 124 | #define atomic_fetch_or atomic_fetch_or | ||
| 125 | |||
| 126 | ATOMIC_OPS(and) | 124 | ATOMIC_OPS(and) |
| 127 | ATOMIC_OPS(or) | 125 | ATOMIC_OPS(or) |
| 128 | ATOMIC_OPS(xor) | 126 | ATOMIC_OPS(xor) |
