aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHelmut Grohne <h.grohne@intenta.de>2017-05-03 05:51:46 -0400
committerJonathan Corbet <corbet@lwn.net>2017-05-09 15:44:56 -0400
commit0fe397f0c65d478eea3798ac361736fd91da7022 (patch)
tree5dcdbcd4844c172559bccb2cc6f42e83b8098f4b
parentf7c864e7ee5c3907d232838f1b4540612252a605 (diff)
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>
-rw-r--r--Documentation/memory-barriers.txt4
-rw-r--r--Documentation/translations/ko_KR/memory-barriers.txt4
2 files changed, 4 insertions, 4 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:
2373 spin_unlock(Q); 2373 spin_unlock(Q);
2374 2374
2375 2375
2376See Documentation/DocBook/deviceiobook.tmpl for more information. 2376See Documentation/driver-api/device-io.rst for more information.
2377 2377
2378 2378
2379================================= 2379=================================
@@ -2614,7 +2614,7 @@ might be needed:
2614 relaxed memory access properties, then _mandatory_ memory barriers are 2614 relaxed memory access properties, then _mandatory_ memory barriers are
2615 required to enforce ordering. 2615 required to enforce ordering.
2616 2616
2617See Documentation/DocBook/deviceiobook.tmpl for more information. 2617See Documentation/driver-api/device-io.rst for more information.
2618 2618
2619 2619
2620INTERRUPTS 2620INTERRUPTS
diff --git a/Documentation/translations/ko_KR/memory-barriers.txt b/Documentation/translations/ko_KR/memory-barriers.txt
index ce0b48d69eaa..d05d4c54e8f7 100644
--- a/Documentation/translations/ko_KR/memory-barriers.txt
+++ b/Documentation/translations/ko_KR/memory-barriers.txt
@@ -2343,7 +2343,7 @@ ACQUIRE VS I/O 액세스
2343 spin_unlock(Q); 2343 spin_unlock(Q);
2344 2344
2345 2345
2346더 많은 정보를 위해선 Documenataion/DocBook/deviceiobook.tmpl 참고하세요. 2346더 많은 정보를 위해선 Documentation/driver-api/device-io.rst 참고하세요.
2347 2347
2348 2348
2349========================= 2349=========================
@@ -2578,7 +2578,7 @@ CPU 에서는 사용되는 어토믹 인스트럭션 자체에 메모리 배리
2578 (2) 만약 액세스 함수들이 완화된 메모리 액세스 속성을 갖는 I/O 메모리 윈도우를 2578 (2) 만약 액세스 함수들이 완화된 메모리 액세스 속성을 갖는 I/O 메모리 윈도우를
2579 사용한다면, 순서를 강제하기 위해선 _mandatory_ 메모리 배리어가 필요합니다. 2579 사용한다면, 순서를 강제하기 위해선 _mandatory_ 메모리 배리어가 필요합니다.
2580 2580
2581더 많은 정보를 위해선 Documentation/DocBook/deviceiobook.tmpl 참고하십시오. 2581더 많은 정보를 위해선 Documentation/driver-api/device-io.rst 참고하십시오.
2582 2582
2583 2583
2584인터럽트 2584인터럽트