From: Ulrich Drepper Date: Fri, 22 Mar 2002 08:38:06 +0000 (+0000) Subject: (MEMORY_BARRIER): Remove. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38bfe43c58ed78b843df61c4375971715d905f2b;p=thirdparty%2Fglibc.git (MEMORY_BARRIER): Remove. --- diff --git a/linuxthreads/sysdeps/mips/pt-machine.h b/linuxthreads/sysdeps/mips/pt-machine.h index 368235e1a5d..65f02a5aa71 100644 --- a/linuxthreads/sysdeps/mips/pt-machine.h +++ b/linuxthreads/sysdeps/mips/pt-machine.h @@ -27,9 +27,6 @@ # define PT_EI extern inline #endif -/* Memory barrier. */ -#define MEMORY_BARRIER() __asm__ ("" : : : "memory") - /* Spinlock implementation; required. */