diff options
Diffstat (limited to 'lib/lockref.c')
| -rw-r--r-- | lib/lockref.c | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/lockref.c b/lib/lockref.c index f07a40d33871..d2233de9a86e 100644 --- a/lib/lockref.c +++ b/lib/lockref.c @@ -1,6 +1,5 @@  #include <linux/export.h>  #include <linux/lockref.h> -#include <linux/mutex.h>  #if USE_CMPXCHG_LOCKREF @@ -29,7 +28,7 @@  		if (likely(old.lock_count == prev.lock_count)) {		\  			SUCCESS;						\  		}								\ -		arch_mutex_cpu_relax();						\ +		cpu_relax_lowlatency();						\  	}									\  } while (0)  |