aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/translations
diff options
context:
space:
mode:
authorSeongJae Park <sj38.park@gmail.com>2017-06-01 13:21:02 +0900
committerJonathan Corbet <corbet@lwn.net>2017-06-05 15:54:01 -0600
commit68ce0c3dff92d4231028173dd75a8e954cf094d5 (patch)
tree700a42d9f65af4e02d3b6efa075e4c6b9669a93f /Documentation/translations
parentMerge remote-tracking branch 'mauro-exp/docbook3' into death-to-docbook (diff)
downloadlinux-dev-68ce0c3dff92d4231028173dd75a8e954cf094d5.tar.xz
linux-dev-68ce0c3dff92d4231028173dd75a8e954cf094d5.zip
doc/ko_KR/memory-barriers: Update control-dependencies example
This commit applies upstream change, commit b26cfc48e3e0 ("doc: Update control-dependencies section of memory-barriers.txt"), to Korean translation. Signed-off-by: SeongJae Park <sj38.park@gmail.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/translations')
-rw-r--r--Documentation/translations/ko_KR/memory-barriers.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/translations/ko_KR/memory-barriers.txt b/Documentation/translations/ko_KR/memory-barriers.txt
index d05d4c54e8f7..c6f4ead76ce7 100644
--- a/Documentation/translations/ko_KR/memory-barriers.txt
+++ b/Documentation/translations/ko_KR/memory-barriers.txt
@@ -786,7 +786,7 @@ CPU 는 b 로부터의 로드 오퍼레이션이 a 로부터의 로드 오퍼레
위의 코드를 아래와 같이 바꿔버릴 수 있습니다:
q = READ_ONCE(a);
- WRITE_ONCE(b, 1);
+ WRITE_ONCE(b, 2);
do_something_else();
이렇게 되면, CPU 는 변수 'a' 로부터의 로드와 변수 'b' 로의 스토어 사이의 순서를