projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dfeccea
)
locking/Documentation: Fix wrong section reference
author
SeongJae Park
<sj38.park@gmail.com>
Thu, 11 Aug 2016 18:17:41 +0000
(11:17 -0700)
committer
Ingo Molnar
<mingo@kernel.org>
Fri, 12 Aug 2016 06:24:13 +0000
(08:24 +0200)
Signed-off-by: SeongJae Park <sj38.park@gmail.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: dhowells@redhat.com
Cc: linux-arch@vger.kernel.org
Cc: will.deacon@arm.com
Link:
http://lkml.kernel.org/r/1470939463-31950-2-git-send-email-paulmck@linux.vnet.ibm.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Documentation/memory-barriers.txt
patch
|
blob
|
history
diff --git
a/Documentation/memory-barriers.txt
b/Documentation/memory-barriers.txt
index e1926a0968188ef76047f7da5bcea5952556e18c..19c8eb6f246e18ecab50812af6d14bab85aa98da 100644
(file)
--- a/
Documentation/memory-barriers.txt
+++ b/
Documentation/memory-barriers.txt
@@
-2076,7
+2076,7
@@
systems, and so cannot be counted on in such a situation to actually achieve
anything at all - especially with respect to I/O accesses - unless combined
with interrupt disabling operations.
-See also the section on "Inter-CPU
lock
ing barrier effects".
+See also the section on "Inter-CPU
acquir
ing barrier effects".
As an example, consider the following: