git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ca7b86
)
rtmutex: Confine deadlock logic to futex
author
Thomas Gleixner
<tglx@linutronix.de>
Thu, 22 May 2014 03:25:50 +0000
(
03:25
+0000)
committer
Thomas Gleixner
<tglx@linutronix.de>
Sat, 21 Jun 2014 20:05:30 +0000
(22:05 +0200)
The deadlock logic is only required for futexes.
Remove the extra arguments for the public functions and also for the
futex specific ones which get always called with deadlock detection
enabled.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Steven Rostedt <rostedt@goodmis.org>
No differences found