X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=Documentation%2Fmemory-barriers.txt;h=556f951f86260211879295309bff88302c66dd98;hb=6871438cc4e5307ccda70fa2a246a546300ac9fa;hp=11c1d2049662cc7cff72193e87707a46ad77eca0;hpb=e6d9bfc63813882c896bf7ea6f6b14ca7b50b755;p=cascardo%2Flinux.git diff --git a/Documentation/memory-barriers.txt b/Documentation/memory-barriers.txt index 11c1d2049662..556f951f8626 100644 --- a/Documentation/memory-barriers.txt +++ b/Documentation/memory-barriers.txt @@ -1401,7 +1401,7 @@ code. Here are some examples of these sorts of optimizations: process_message(msg); } - There is nothing to prevent the the compiler from transforming + There is nothing to prevent the compiler from transforming process_level() to the following, in fact, this might well be a win for single-threaded code: