diff options
Diffstat (limited to 'linuxthreads/sysdeps/ia64')
-rw-r--r-- | linuxthreads/sysdeps/ia64/pt-machine.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/linuxthreads/sysdeps/ia64/pt-machine.h b/linuxthreads/sysdeps/ia64/pt-machine.h index 3d3553370d..8adead3ae3 100644 --- a/linuxthreads/sysdeps/ia64/pt-machine.h +++ b/linuxthreads/sysdeps/ia64/pt-machine.h @@ -21,6 +21,8 @@ #ifndef _PT_MACHINE_H #define _PT_MACHINE_H 1 +#include <ia64intrin.h> + #ifndef PT_EI # define PT_EI extern inline #endif @@ -69,7 +71,7 @@ register struct _pthread_descr_struct *__thread_self __asm__("r13"); /* Memory barrier */ -#define MEMORY_BARRIER() __asm__ __volatile__("mf" : : : "memory") +#define MEMORY_BARRIER() __sync_syncronize () #define HAS_COMPARE_AND_SWAP_WITH_RELEASE_SEMANTICS |