These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / arch / mips / include / asm / bitops.h
index 0cf29bd..ce9666c 100644 (file)
@@ -469,7 +469,7 @@ static inline int test_and_change_bit(unsigned long nr,
  */
 static inline void __clear_bit_unlock(unsigned long nr, volatile unsigned long *addr)
 {
-       smp_mb();
+       smp_mb__before_llsc();
        __clear_bit(nr, addr);
 }