]> granicus.if.org Git - libatomic_ops/commitdiff
Remove inclusion of acquire_release_volatile.h on mips
authorJames Cowgill <james410@cowgill.org.uk>
Thu, 8 Jan 2015 16:05:57 +0000 (16:05 +0000)
committerJames Cowgill <james410@cowgill.org.uk>
Thu, 8 Jan 2015 16:05:57 +0000 (16:05 +0000)
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.

src/atomic_ops/sysdeps/gcc/mips.h

index 83a6bd38687e8792e1282cc55d2b5ee686967b51..f3796ea16427423ae0f481eb5fb707e1427bae08 100644 (file)
@@ -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.  */