locking/lockref: Remove homebrew cmpxchg64_relaxed() macro definition
[firefly-linux-kernel-4.4.55.git] / lib / lockref.c
index 494994bf17c8ec9764cbb784cbd88840fa0919c9..5a92189ad711af195f501fce9a3c5e2844ed11a1 100644 (file)
@@ -3,14 +3,6 @@
 
 #if USE_CMPXCHG_LOCKREF
 
-/*
- * Allow weakly-ordered memory architectures to provide barrier-less
- * cmpxchg semantics for lockref updates.
- */
-#ifndef cmpxchg64_relaxed
-# define cmpxchg64_relaxed cmpxchg64
-#endif
-
 /*
  * Note that the "cmpxchg()" reloads the "old" value for the
  * failure case.