Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1654800 > unrolled thread
| Started by | SeongJae Park <sj38.park@gmail.com> |
|---|---|
| First post | 2017-06-01 06:30 +0200 |
| Last post | 2017-06-06 00:00 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[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
| From | SeongJae Park <sj38.park@gmail.com> |
|---|---|
| Date | 2017-06-01 06:30 +0200 |
| Subject | [PATCH] doc/ko_KR/memory-barriers: Update control-dependencies example |
| Message-ID | <tNpUd-6bQ-7@gated-at.bofh.it> |
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
[toc] | [next] | [standalone]
| From | Jonathan Corbet <corbet@lwn.net> |
|---|---|
| Date | 2017-06-06 00:00 +0200 |
| Subject | Re: [PATCH] doc/ko_KR/memory-barriers: Update control-dependencies example |
| Message-ID | <tP8cx-8k6-1@gated-at.bofh.it> |
| In reply to | #1654800 |
On Thu, 1 Jun 2017 13:21:02 +0900
SeongJae Park <sj38.park@gmail.com> wrote:
> This commit applies upstream change, commit b26cfc48e3e0 ("doc: Update
> control-dependencies section of memory-barriers.txt"), to Korean
> translation.
I've applied this to the docs tree, thanks.
jon
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web