From: Mathieu Desnoyers Date: Tue, 12 May 2009 19:31:55 +0000 (-0400) Subject: Remove bogus comment. X-Git-Tag: v0.1~235 X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=33211b37023dac96a3e7a9fdf895c4810d14d585 Remove bogus comment. Signed-off-by: Mathieu Desnoyers --- 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(). */