From: James Cowgill Date: Thu, 8 Jan 2015 16:05:57 +0000 (+0000) Subject: Remove inclusion of acquire_release_volatile.h on mips X-Git-Tag: v7.6.0~248 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0f838defa3e466aff725213638f90e850430f2f9;p=libatomic_ops Remove inclusion of acquire_release_volatile.h on mips I'm not entirely sure how this ended up here. It might have been the case that MIPS processors used to do this, but the ISA manuals don't say anything about volatile loads / stores having aquire / release semnatics, so just remove it to be safe. --- diff --git a/src/atomic_ops/sysdeps/gcc/mips.h b/src/atomic_ops/sysdeps/gcc/mips.h index 83a6bd3..f3796ea 100644 --- a/src/atomic_ops/sysdeps/gcc/mips.h +++ b/src/atomic_ops/sysdeps/gcc/mips.h @@ -19,8 +19,6 @@ #include "../all_aligned_atomic_load_store.h" -#include "../loadstore/acquire_release_volatile.h" - #include "../test_and_set_t_is_ao_t.h" /* Data dependence does not imply read ordering. */