From 38bfe43c58ed78b843df61c4375971715d905f2b Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 22 Mar 2002 08:38:06 +0000 Subject: [PATCH] (MEMORY_BARRIER): Remove. --- linuxthreads/sysdeps/mips/pt-machine.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/linuxthreads/sysdeps/mips/pt-machine.h b/linuxthreads/sysdeps/mips/pt-machine.h index 368235e1a5..65f02a5aa7 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. */