diff options
author | root <root> | 2012-02-22 01:53:00 +0000 |
---|---|---|
committer | root <root> | 2012-02-22 01:53:00 +0000 |
commit | 081a449dfd6089209f79b0916d159676fa198f07 (patch) | |
tree | 9a97cd3d4c703d997a5b40682e22d58cf010b152 | |
parent | ad4d0154dfdf3815b3c6e9d598ee49b5f871729e (diff) |
mips addition by Anton Kirilov
-rw-r--r-- | ev.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -579,6 +579,8 @@ struct signalfd_siginfo #define ECB_MEMORY_FENCE_RELEASE __asm__ __volatile__ ("membar #LoadStore | #StoreStore") #elif defined(__s390__) || defined(__s390x__) #define ECB_MEMORY_FENCE __asm__ __volatile__ ("bcr 15,0" : : : "memory") + #elif defined(__mips__) + #define ECB_MEMORY_FENCE __asm__ __volatile__ ("sync" : : : "memory") #endif #endif #endif |