Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1654800
| From | SeongJae Park <sj38.park@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] doc/ko_KR/memory-barriers: Update control-dependencies example |
| Date | 2017-06-01 06:30 +0200 |
| Message-ID | <tNpUd-6bQ-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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>
---
Documentation/translations/ko_KR/memory-barriers.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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' 로의 스토어 사이의 순서를
--
2.13.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] doc/ko_KR/memory-barriers: Update control-dependencies example SeongJae Park <sj38.park@gmail.com> - 2017-06-01 06:30 +0200 Re: [PATCH] doc/ko_KR/memory-barriers: Update control-dependencies example Jonathan Corbet <corbet@lwn.net> - 2017-06-06 00:00 +0200
csiph-web