kernel/arch/m68k/include/asm/cmpxchg.h
.. .. @@ -129,14 +129,6 @@ 129 129 130 130 #else 131 131 132 -/*133 - * cmpxchg_local and cmpxchg64_local are atomic wrt current CPU. Always make134 - * them available.135 - */136 -#define cmpxchg_local(ptr, o, n) \137 - ((__typeof__(*(ptr)))__cmpxchg_local_generic((ptr), (unsigned long)(o),\138 - (unsigned long)(n), sizeof(*(ptr))))139 -140 132 #include <asm-generic/cmpxchg.h> 141 133 142 134 #endif