From fbaee91d72bbe63f7502a5cb8486e0c0d36aa27e Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 22 Mar 2002 08:40:35 +0000 Subject: Update. 2002-03-22 Jakub Jelinek * sysdeps/mips/pt-machine.h (MEMORY_BARRIER): Remove. --- linuxthreads/sysdeps/mips/pt-machine.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'linuxthreads/sysdeps') 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. */ -- cgit v1.2.3