diff options
author | root <root> | 2011-08-24 16:08:17 +0000 |
---|---|---|
committer | root <root> | 2011-08-24 16:08:17 +0000 |
commit | 6ae17911b6ab2d25e8f44b8cd37911f1a978a2fb (patch) | |
tree | 2bcc77466d9bc6b2091152693e965273ddb1a4ee | |
parent | 16ca6f60d0af7ccf7c928c8b165a848d7365efa4 (diff) |
*** empty log message ***
-rw-r--r-- | ev.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -544,7 +544,7 @@ struct signalfd_siginfo #ifndef ECB_MEMORY_FENCE #if ECB_GCC_VERSION(2,5) - #if __x86 + #if __i386__ #define ECB_MEMORY_FENCE __asm__ __volatile__ ("lock; orb $0, -1(%%esp)" : : : "memory") #define ECB_MEMORY_FENCE_ACQUIRE ECB_MEMORY_FENCE /* non-lock xchg might be enough */ #define ECB_MEMORY_FENCE_RELEASE do { } while (0) /* unlikely to change in future cpus */ |