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:
3aa416b
)
lockdep: fixup mutex annotations
author
Peter Zijlstra
<a.p.zijlstra@chello.nl>
Thu, 11 Oct 2007 20:11:12 +0000
(22:11 +0200)
committer
Peter Zijlstra
<a.p.zijlstra@chello.nl>
Thu, 11 Oct 2007 20:11:12 +0000
(22:11 +0200)
The fancy mutex_lock fastpath has too many indirections to track the caller
hence all contentions are perceived to come from mutex_lock().
Avoid this by explicitly not using the fastpath code (it was disabled already
anyway).
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found