about summary refs log tree commit diff
path: root/linuxthreads/sysdeps/mips
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-03-22 08:40:35 +0000
committerUlrich Drepper <drepper@redhat.com>2002-03-22 08:40:35 +0000
commitfbaee91d72bbe63f7502a5cb8486e0c0d36aa27e (patch)
tree6e626691a35ca8bafd1a96a98655745b0739d010 /linuxthreads/sysdeps/mips
parent32fe4a9320702ca48a812e60800bd3ec6f21418c (diff)
downloadglibc-fbaee91d72bbe63f7502a5cb8486e0c0d36aa27e.tar.gz
glibc-fbaee91d72bbe63f7502a5cb8486e0c0d36aa27e.tar.xz
glibc-fbaee91d72bbe63f7502a5cb8486e0c0d36aa27e.zip
Update.
2002-03-22  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/mips/pt-machine.h (MEMORY_BARRIER): Remove.
Diffstat (limited to 'linuxthreads/sysdeps/mips')
-rw-r--r--linuxthreads/sysdeps/mips/pt-machine.h3
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.  */