lockdep: __always_inline more for noinstr
[sfrench/cifs-2.6.git] / include / linux / debug_locks.h
index 257ab3c92cb8ad5b78f88f8eb81974f550c657c3..e7e45f0cc7da511b04889e68824600e831a7fbb8 100644 (file)
@@ -12,7 +12,7 @@ extern int debug_locks __read_mostly;
 extern int debug_locks_silent __read_mostly;
 
 
-static inline int __debug_locks_off(void)
+static __always_inline int __debug_locks_off(void)
 {
        return xchg(&debug_locks, 0);
 }