Skip to content

Commit 537f3a7

Browse files
sj-awsJonathan Corbet
authored and
Jonathan Corbet
committed
docs/memory-barriers.txt: Fix references for DMA*.txt files
Commit 985098a ("docs: fix references for DMA*.txt files") missed fixing memory-barriers.txt file. This commit applies the change to the file. Signed-off-by: SeongJae Park <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jonathan Corbet <[email protected]>
1 parent b21b8da commit 537f3a7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Documentation/memory-barriers.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -546,8 +546,8 @@ There are certain things that the Linux kernel memory barriers do not guarantee:
546546
[*] For information on bus mastering DMA and coherency please read:
547547

548548
Documentation/driver-api/pci/pci.rst
549-
Documentation/DMA-API-HOWTO.txt
550-
Documentation/DMA-API.txt
549+
Documentation/core-api/dma-api-howto.rst
550+
Documentation/core-api/dma-api.rst
551551

552552

553553
DATA DEPENDENCY BARRIERS (HISTORICAL)
@@ -1932,8 +1932,8 @@ There are some more advanced barrier functions:
19321932
here.
19331933

19341934
See the subsection "Kernel I/O barrier effects" for more information on
1935-
relaxed I/O accessors and the Documentation/DMA-API.txt file for more
1936-
information on consistent memory.
1935+
relaxed I/O accessors and the Documentation/core-api/dma-api.rst file for
1936+
more information on consistent memory.
19371937

19381938
(*) pmem_wmb();
19391939

0 commit comments

Comments
 (0)