projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6a3678
)
locking/Documentation/lockstat: Fix typo - lokcing -> locking
author
Stephen Boyd
<sboyd@codeaurora.org>
Wed, 9 Sep 2015 23:46:38 +0000
(16:46 -0700)
committer
Ingo Molnar
<mingo@kernel.org>
Fri, 18 Sep 2015 07:27:28 +0000
(09:27 +0200)
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Jiri Kosina <trivial@kernel.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link:
http://lkml.kernel.org/r/1441842398-25063-1-git-send-email-sboyd@codeaurora.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Documentation/locking/lockstat.txt
patch
|
blob
|
blame
|
history
diff --git
a/Documentation/locking/lockstat.txt
b/Documentation/locking/lockstat.txt
index 568bbbacee91a581e1bb4be9bd54ed7e73d830e1..5786ad2cd5e63eec344628ec76c432a324d17a1f 100644
(file)
--- a/
Documentation/locking/lockstat.txt
+++ b/
Documentation/locking/lockstat.txt
@@
-12,7
+12,7
@@
Because things like lock contention can severely impact performance.
- HOW
Lockdep already has hooks in the lock functions and maps lock instances to
-lock classes. We build on that (see Documentation/lo
kc
ing/lockdep-design.txt).
+lock classes. We build on that (see Documentation/lo
ck
ing/lockdep-design.txt).
The graph below shows the relation between the lock functions and the various
hooks therein.