summaryrefslogtreecommitdiffstats
path: root/Documentation/memory-barriers.txt
diff options
context:
space:
mode:
authorSeongJae Park <sj38.park@gmail.com>2016-08-11 14:17:40 -0400
committerIngo Molnar <mingo@kernel.org>2016-08-12 02:24:13 -0400
commitdfeccea61716d3ca1bf3477610d1f29abf6d99ca (patch)
tree1c6ff03b5014c1c0e02779eec1b2501822d22428 /Documentation/memory-barriers.txt
parent80127a39681bd68c959f0953f84a830cbd7c3b1c (diff)
locking/Documentation: Maintain consistent blank line
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-1-git-send-email-paulmck@linux.vnet.ibm.com Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'Documentation/memory-barriers.txt')
-rw-r--r--Documentation/memory-barriers.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/memory-barriers.txt b/Documentation/memory-barriers.txt
index a4d0a99de04d..e1926a096818 100644
--- a/Documentation/memory-barriers.txt
+++ b/Documentation/memory-barriers.txt
@@ -1928,6 +1928,7 @@ There are some more advanced barrier functions:
1928 1928
1929 See Documentation/DMA-API.txt for more information on consistent memory. 1929 See Documentation/DMA-API.txt for more information on consistent memory.
1930 1930
1931
1931MMIO WRITE BARRIER 1932MMIO WRITE BARRIER
1932------------------ 1933------------------
1933 1934