mips addition by Anton Kirilov

This commit is contained in:
Marc Alexander Lehmann 2012-02-22 01:53:00 +00:00
parent f9530ed654
commit d854f0d475
1 changed files with 2 additions and 0 deletions

2
ev.c
View File

@ -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