X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=Documentation%2Fmemory-barriers.txt;h=7f790f66ec68528776852d15a3f60ab60dcd94b6;hb=3fda982c501c6a8baa3fa79aaea1bfa7bb2a5def;hp=994355b0cd19087654d8cab690597944ed633a0a;hpb=1a3e9ad163b77a3c7504f58f2780b5a62238c0ac;p=powerpc.git diff --git a/Documentation/memory-barriers.txt b/Documentation/memory-barriers.txt index 994355b0cd..7f790f66ec 100644 --- a/Documentation/memory-barriers.txt +++ b/Documentation/memory-barriers.txt @@ -1898,7 +1898,7 @@ queue before processing any further requests: smp_wmb(); - p = &b; q = p; + p = &v; q = p;