projects
/
userspace-rcu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
157dca9
)
Fix compiler error.
author
Mathieu Desnoyers
<mathieu.desnoyers@polymtl.ca>
Thu, 12 Feb 2009 21:45:19 +0000
(16:45 -0500)
committer
Mathieu 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
patch
|
blob
|
blame
|
history
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.03177 seconds
and
4
git commands to generate.