Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(831)

Unified Diff: fusl/arch/mips/atomic_arch.h

Issue 1706293003: [fusl] Remove some more tabs (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: apptest rebase Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « fusl/arch/i386/bits/syscall.h ('k') | fusl/src/crypt/crypt_blowfish.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « fusl/arch/i386/bits/syscall.h ('k') | fusl/src/crypt/crypt_blowfish.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698