From de4f917ee256706282146e21b29c10a96fa27ec0 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 12 Feb 2009 16:45:19 -0500 Subject: [PATCH] Fix compiler error. Signed-off-by: Mathieu Desnoyers --- urcu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/urcu.h b/urcu.h index 2adca22..d72cbf6 100644 --- 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) \ -- 2.34.1