From: Ulrich Drepper Date: Fri, 22 Mar 2002 08:40:35 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2-3~951 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fbaee91d72bbe63f7502a5cb8486e0c0d36aa27e;p=platform%2Fupstream%2Fglibc.git Update. 2002-03-22 Jakub Jelinek * sysdeps/mips/pt-machine.h (MEMORY_BARRIER): Remove. --- diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 18c86f5..937cfbe 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,7 @@ +2002-03-22 Jakub Jelinek + + * sysdeps/mips/pt-machine.h (MEMORY_BARRIER): Remove. + 2002-03-22 Ulrich Drepper * internals.h (MEMORY_BARRIER): Define as asm with memory as clobber. diff --git a/linuxthreads/sysdeps/mips/pt-machine.h b/linuxthreads/sysdeps/mips/pt-machine.h index a958116..00c769f 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. */