summaryrefslogtreecommitdiff
path: root/ev.c
diff options
context:
space:
mode:
authorroot <root>2012-04-12 04:10:15 +0000
committerroot <root>2012-04-12 04:10:15 +0000
commit31cb3c196903b5e593525f3fb49145b09ed6d9af (patch)
treeaf908e9496e7545fee5f3d120e4971eb372984fc /ev.c
parent86fba58497117ab0fe688703f4d77d4bfad33189 (diff)
*** empty log message ***
Diffstat (limited to 'ev.c')
-rw-r--r--ev.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ev.c b/ev.c
index 15c58d5..3181a2e 100644
--- a/ev.c
+++ b/ev.c
@@ -581,6 +581,8 @@ struct signalfd_siginfo
#define ECB_MEMORY_FENCE __asm__ __volatile__ ("bcr 15,0" : : : "memory")
#elif defined __mips__
#define ECB_MEMORY_FENCE __asm__ __volatile__ ("sync" : : : "memory")
+ #elif defined __alpha__
+ #define ECB_MEMORY_FENCE __asm__ __volatile__ ("mb" : : : "memory")
#endif
#endif
#endif