Fix compiler error.
authorMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Thu, 12 Feb 2009 21:45:19 +0000 (16:45 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Thu, 12 Feb 2009 21:45:19 +0000 (16:45 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
urcu.h

diff --git a/urcu.h b/urcu.h
index 2adca2286fe8ba86c74b902456a833ecf60f09eb..d72cbf61ac1df31d62a8c7a2fe00895d55216d9d 100644 (file)
--- a/urcu.h
+++ b/urcu.h
@@ -376,7 +376,7 @@ static inline void rcu_read_unlock(void)
                    ((v) != NULL)) \
                        wmb(); \
                (p) = (v); \
-               smp_wmc();
+               smp_wmc(); \
        })
 
 #define rcu_xchg_pointer(p, v) \
This page took 0.027706 seconds and 4 git commands to generate.