X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=Documentation%2Flocal_ops.txt;h=300da4bdfdbd703c4809bc4b3ec5433dfe634d1e;hb=32665f2bbfed2e325d37236d9b0071a11a69124e;hp=23045b8b50f090ff806624c763fb2313c1ad9494;hpb=14ed74fbe2b917f0ad3e30cf2644203c04a45e89;p=firefly-linux-kernel-4.4.55.git diff --git a/Documentation/local_ops.txt b/Documentation/local_ops.txt index 23045b8b50f0..300da4bdfdbd 100644 --- a/Documentation/local_ops.txt +++ b/Documentation/local_ops.txt @@ -34,7 +34,7 @@ out of order wrt other memory writes by the owner CPU. It can be done by slightly modifying the standard atomic operations : only their UP variant must be kept. It typically means removing LOCK prefix (on -i386 and x86_64) and any SMP sychronization barrier. If the architecture does +i386 and x86_64) and any SMP synchronization barrier. If the architecture does not have a different behavior between SMP and UP, including asm-generic/local.h in your architecture's local.h is sufficient.