aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/atomic.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/atomic.h')
-rw-r--r--arch/x86/include/asm/atomic.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/include/asm/atomic.h b/arch/x86/include/asm/atomic.h
index f3a3ec040694..b3493023efda 100644
--- a/arch/x86/include/asm/atomic.h
+++ b/arch/x86/include/asm/atomic.h
@@ -191,8 +191,6 @@ static inline void atomic_##op(int i, atomic_t *v) \
191 : "memory"); \ 191 : "memory"); \
192} 192}
193 193
194#define CONFIG_ARCH_HAS_ATOMIC_OR
195
196ATOMIC_OP(and) 194ATOMIC_OP(and)
197ATOMIC_OP(or) 195ATOMIC_OP(or)
198ATOMIC_OP(xor) 196ATOMIC_OP(xor)