]> 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)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 3 Feb 2015 07:45:19 +0000 (10:45 +0300)
(Apply commit 6fefba1 from 'release-7_4' branch.)

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 acquire / release semantics, so just
remove it to be safe.

Conflicts:

    src/atomic_ops/sysdeps/gcc/mips.h

src/atomic_ops/sysdeps/gcc/mips.h

index e09a558d0d2eeba751d8811007ee0a94631056e0..535051811c4311024732c476ef429fecde605d3f 100644 (file)
@@ -19,7 +19,7 @@
  */
 
 #include "../all_aligned_atomic_load_store.h"
-#include "../acquire_release_volatile.h"
+
 #include "../test_and_set_t_is_ao_t.h"
 #include "../standard_ao_double_t.h"