diff options
author | Helmut Grohne <h.grohne@intenta.de> | 2017-05-03 12:51:46 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-05-09 22:44:56 +0300 |
commit | 0fe397f0c65d478eea3798ac361736fd91da7022 (patch) | |
tree | 5dcdbcd4844c172559bccb2cc6f42e83b8098f4b /Documentation/memory-barriers.txt | |
parent | f7c864e7ee5c3907d232838f1b4540612252a605 (diff) | |
download | linux-0fe397f0c65d478eea3798ac361736fd91da7022.tar.xz |
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.txt | 4 |
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 |