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>
Sat, 2 Feb 2013 09:55:36 +0000 (10:55 +0100)
* 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 c05dc85..7cc9c36 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? */