summaryrefslogtreecommitdiffstats
path: root/Documentation/memory-barriers.txt
diff options
context:
space:
mode:
authorMauro Carvalho Chehab2018-05-07 11:35:43 +0200
committerJonathan Corbet2018-05-08 18:07:06 +0200
commitd8a121e3d5a503152206bfa1d16d88074b121b2a (patch)
tree1f3dec145bcbc5a9f61c596521e98d88a171c437 /Documentation/memory-barriers.txt
parentdocs: core-api: add cachetlb documentation (diff)
downloadkernel-qcow2-linux-d8a121e3d5a503152206bfa1d16d88074b121b2a.tar.gz
kernel-qcow2-linux-d8a121e3d5a503152206bfa1d16d88074b121b2a.tar.xz
kernel-qcow2-linux-d8a121e3d5a503152206bfa1d16d88074b121b2a.zip
docs: core-api: add circular-buffers documentation
The circular-buffers.txt is already in ReST format. So, move it to the core-api guide, where it belongs. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/memory-barriers.txt')
-rw-r--r--Documentation/memory-barriers.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/memory-barriers.txt b/Documentation/memory-barriers.txt
index 983249906fc6..33b8bc9573f8 100644
--- a/Documentation/memory-barriers.txt
+++ b/Documentation/memory-barriers.txt
@@ -3083,7 +3083,7 @@ CIRCULAR BUFFERS
Memory barriers can be used to implement circular buffering without the need
of a lock to serialise the producer with the consumer. See:
- Documentation/circular-buffers.txt
+ Documentation/core-api/circular-buffers.rst
for details.