From: Erlon Cruz <[email protected]>

Signed-off-by: Erlon R. Cruz <[email protected]>
Signed-off-by: Fabiano FidĂȘncio <Fabiano.FidĂȘ[email protected]>
Signed-off-by: Rafael F. Santos <[email protected]>

---
 spice/barrier.h |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/spice/barrier.h b/spice/barrier.h
index 710da09..77bce2e 100644
--- a/spice/barrier.h
+++ b/spice/barrier.h
@@ -36,9 +36,11 @@
 
 #ifdef __i386__
 #define spice_mb() __asm__ __volatile__ ("lock; addl $0,0(%%esp)": : :"memory")
-#else
+#elif defined __x86_64__
 //mfence
 #define spice_mb() __asm__ __volatile__ ("lock; addl $0,0(%%rsp)": : :"memory")
+#elif defined __PPC64__
+#define spice_mb()   __asm__ __volatile__ ("sync" : : : "memory")
 #endif
 
 #else
-- 
1.7.4.1

_______________________________________________
Spice-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to