Skip to content

Commit 1b6ddb7

Browse files
sjp38paulmckrcu
authored andcommitted
docs/memory-barriers.txt/kokr: introduce io_stop_wc() and add implementation for ARM64
Translate this commit to Korean: d5624bb ("asm-generic: introduce io_stop_wc() and add implementation for ARM64") Signed-off-by: SeongJae Park <[email protected]> Reviewed-by: Yunjae Lee <[email protected]> Signed-off-by: Paul E. McKenney <[email protected]>
1 parent 4b9dfbb commit 1b6ddb7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Documentation/translations/ko_KR/memory-barriers.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1918,6 +1918,14 @@ Mandatory 배리어들은 SMP 시스템에서도 UP 시스템에서도 SMP 효
19181918
Persistent memory 에서의 로드를 위해선 현재의 읽기 메모리 배리어로도 읽기
19191919
순서를 보장하는데 충분합니다.
19201920

1921+
(*) io_stop_wc();
1922+
1923+
쓰기와 결합된 특성을 갖는 메모리 액세스의 경우 (예: ioremap_wc() 에 의해
1924+
리턴되는 것들), CPU 는 앞의 액세스들이 뒤따르는 것들과 병합되게끔 기다릴
1925+
수 있습니다. io_stop_wc() 는 그런 기다림이 성능에 영향을 끼칠 수 있을 때,
1926+
이 매크로 앞의 쓰기-결합된 메모리 액세스들이 매크로 뒤의 것들과 병합되는
1927+
것을 방지하기 위해 사용될 수 있습니다.
1928+
19211929
=========================
19221930
암묵적 커널 메모리 배리어
19231931
=========================

0 commit comments

Comments
 (0)