| Index: fusl/arch/mips/atomic_arch.h
|
| diff --git a/fusl/arch/mips/atomic_arch.h b/fusl/arch/mips/atomic_arch.h
|
| index 255acffec0f5f8c09da1360b1c9f231d1e8969c7..52fa3d620124d47cf86f84f405e888c6deb10596 100644
|
| --- a/fusl/arch/mips/atomic_arch.h
|
| +++ b/fusl/arch/mips/atomic_arch.h
|
| @@ -28,11 +28,6 @@ static inline void a_barrier() {
|
| /* mips2 sync, but using too many directives causes
|
| * gcc not to inline it, so encode with .long instead. */
|
| __asm__ __volatile__(".long 0xf" : : : "memory");
|
| -#if 0
|
| - __asm__ __volatile__ (
|
| - ".set push ; .set mips2 ; sync ; .set pop"
|
| - : : : "memory");
|
| -#endif
|
| }
|
|
|
| #define a_pre_llsc a_barrier
|
|
|