X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=arch_atomic_x86.h;h=8423ae3f9e0e71bb5d3039f9eeabab082db4f96f;hp=e9a0b3e851e13a3d17f893573cd2de1d89772044;hb=33211b37023dac96a3e7a9fdf895c4810d14d585;hpb=0114ba7f23f86623c237baeb28ec8e4b39b9bb84 diff --git a/arch_atomic_x86.h b/arch_atomic_x86.h index e9a0b3e..8423ae3 100644 --- a/arch_atomic_x86.h +++ b/arch_atomic_x86.h @@ -27,9 +27,6 @@ #ifndef _INCLUDE_API_H /* - * Using a isync as second barrier for exchange to provide acquire semantic. - * According to atomic_ops/sysdeps/gcc/powerpc.h, the documentation is "fairly - * explicit that this also has acquire semantics." * Derived from AO_compare_and_swap() and AO_test_and_set_full(). */