diff options
Diffstat (limited to 'linuxthreads/sysdeps')
-rw-r--r-- | linuxthreads/sysdeps/mips/pt-machine.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/linuxthreads/sysdeps/mips/pt-machine.h b/linuxthreads/sysdeps/mips/pt-machine.h index a9581163f7..00c769f4ed 100644 --- a/linuxthreads/sysdeps/mips/pt-machine.h +++ b/linuxthreads/sysdeps/mips/pt-machine.h @@ -30,9 +30,6 @@ extern long int testandset (int *spinlock); extern int __compare_and_swap (long int *p, long int oldval, long int newval); -/* Memory barrier. */ -#define MEMORY_BARRIER() __asm__ ("" : : : "memory") - /* Spinlock implementation; required. */ |