]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - kernel/mutex.h
arm: imx6: defconfig: update tx6 defconfigs
[karo-tx-linux.git] / kernel / mutex.h
index 67578ca48f94e1dad6f7cf3760c28d20a86605e2..4115fbf83b12ed11e2b05bc7cccfb5933cb3311d 100644 (file)
@@ -19,7 +19,7 @@
 #ifdef CONFIG_SMP
 static inline void mutex_set_owner(struct mutex *lock)
 {
-       lock->owner = current_thread_info();
+       lock->owner = current;
 }
 
 static inline void mutex_clear_owner(struct mutex *lock)