aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/memory-barriers.txt
diff options
context:
space:
mode:
authorHelmut Grohne <h.grohne@intenta.de>2017-05-03 11:51:46 +0200
committerJonathan Corbet <corbet@lwn.net>2017-05-09 13:44:56 -0600
commit0fe397f0c65d478eea3798ac361736fd91da7022 (patch)
tree5dcdbcd4844c172559bccb2cc6f42e83b8098f4b /Documentation/memory-barriers.txt
parentDocumentation: earlycon: fix Marvell Armada 3700 UART name (diff)
downloadlinux-dev-0fe397f0c65d478eea3798ac361736fd91da7022.tar.xz
linux-dev-0fe397f0c65d478eea3798ac361736fd91da7022.zip
docs: update references to the device io book
While converting the deviceiobook from DocBook to RST, dangling references were left behind. This commit updates all remaining references to the new location. SeongJae Park improved the ko_KR translation. Fixes: 8a8a602fdb83 ("docs: Convert the deviceio template to RST") Signed-off-by: Helmut Grohne <h.grohne@intenta.de> Signed-off-by: SeongJae Park <sj38.park@gmail.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/memory-barriers.txt')
-rw-r--r--Documentation/memory-barriers.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/memory-barriers.txt b/Documentation/memory-barriers.txt
index d2b0a8d81258..d323adcb7b88 100644
--- a/Documentation/memory-barriers.txt
+++ b/Documentation/memory-barriers.txt
@@ -2373,7 +2373,7 @@ is performed:
spin_unlock(Q);
-See Documentation/DocBook/deviceiobook.tmpl for more information.
+See Documentation/driver-api/device-io.rst for more information.
=================================
@@ -2614,7 +2614,7 @@ might be needed:
relaxed memory access properties, then _mandatory_ memory barriers are
required to enforce ordering.
-See Documentation/DocBook/deviceiobook.tmpl for more information.
+See Documentation/driver-api/device-io.rst for more information.
INTERRUPTS