]> granicus.if.org Git - libatomic_ops/commitdiff
Fix ordered_except_wr header inclusion for s390
authorIvan Maidanski <ivmai@mail.ru>
Sun, 13 Jan 2013 16:19:51 +0000 (20:19 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Sun, 13 Jan 2013 16:19:51 +0000 (20:19 +0400)
* src/atomic_ops/sysdeps/gcc/s390.h: Move include of
ordered_except_wr.h down to be after all_aligned_atomic_load_store.h
inclusion (since the latter defines AO_X_load/store primitives used by
the former header).

src/atomic_ops/sysdeps/gcc/s390.h

index b3026e63d54148be4e5fc0fd2891b65a83748dbb..36efbac1253e64279f53d2127284cd747eb3dbe0 100644 (file)
 /*   may be delayed.  Otherwise everything is ordered.          */
 /* - There is a hardware compare-and-swap (CS) instruction.     */
 
-#include "../ordered_except_wr.h"
 #include "../all_aligned_atomic_load_store.h"
 
+#include "../ordered_except_wr.h"
+
 #include "../test_and_set_t_is_ao_t.h"
 /* FIXME: Is there a way to do byte-sized test-and-set? */