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/sh/include/asm | |
| 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/sh/include/asm')
| -rw-r--r-- | arch/sh/include/asm/atomic.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sh/include/asm/atomic.h b/arch/sh/include/asm/atomic.h index d93ed7ce1b2f..c399e1c55685 100644 --- a/arch/sh/include/asm/atomic.h +++ b/arch/sh/include/asm/atomic.h | |||
| @@ -25,8 +25,6 @@ | |||
| 25 | #include <asm/atomic-irq.h> | 25 | #include <asm/atomic-irq.h> |
| 26 | #endif | 26 | #endif |
| 27 | 27 | ||
| 28 | #define atomic_fetch_or atomic_fetch_or | ||
| 29 | |||
| 30 | #define atomic_add_negative(a, v) (atomic_add_return((a), (v)) < 0) | 28 | #define atomic_add_negative(a, v) (atomic_add_return((a), (v)) < 0) |
| 31 | #define atomic_dec_return(v) atomic_sub_return(1, (v)) | 29 | #define atomic_dec_return(v) atomic_sub_return(1, (v)) |
| 32 | #define atomic_inc_return(v) atomic_add_return(1, (v)) | 30 | #define atomic_inc_return(v) atomic_add_return(1, (v)) |
