[PATCH -perfbook 2/2] toosloftrade: Fix up sentence structure
Akira Yokosawa <[email protected]> Sun, 2 Aug 2026 19:34:28 +0900
| Newsgroups | org.kernel.vger.perfbook |
|---|---|
| Message-ID | <[email protected]> |
Signed off by: Akira Yokosawa <[email protected]> --- I think this is what you wanted to say. -- toolsoftrade/toolsoftrade.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolsoftrade/toolsoftrade.tex b/toolsoftrade/toolsoftrade.tex index d6146b47..ce32a35f 100644 --- a/toolsoftrade/toolsoftrade.tex +++ b/toolsoftrade/toolsoftrade.tex @@ -2243,7 +2243,7 @@ with a check, as shown on \clnrefrange{B5}{B6}. Although this transformation is often desirable, it could be problematic if the actual store was required for ordering. For example, if \co{do_something_with()} contained a write memory barrier -(Linux kernel \apik{smp_wmb()}) would order the store, but not the +(Linux kernel \apik{smp_wmb()}), it would order the store but not the check load. This situation might suggest use of \apik{smp_store_release()} over \apik{smp_wmb()}. -- 2.43.0