We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfe2e93 commit 79afecfCopy full SHA for 79afecf
Documentation/memory-barriers.txt
@@ -1031,7 +1031,7 @@ conflict on any particular lock.
1031
LOCKS VS MEMORY ACCESSES
1032
------------------------
1033
1034
-Consider the following: the system has a pair of spinlocks (N) and (Q), and
+Consider the following: the system has a pair of spinlocks (M) and (Q), and
1035
three CPUs; then should the following sequence of events occur:
1036
1037
CPU 1 CPU 2
@@ -1678,7 +1678,7 @@ CPU's caches by some other cache event:
1678
smp_wmb();
1679
<A:modify v=2> <C:busy>
1680
<C:queue v=2>
1681
- p = &b; q = p;
+ p = &v; q = p;
1682
<D:request p>
1683
<B:modify p=&v> <D:commit p=&v>
1684
<D:read p>
0 commit comments