Ensure LOAD_SHARED/STORE_SHARED semantic is used in QSBR RCU
authorMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Wed, 16 Sep 2009 16:40:27 +0000 (12:40 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Wed, 16 Sep 2009 16:40:27 +0000 (12:40 -0400)
commit4e560c1794fe68ca77ae9bcaa60c5e4f5ed0856e
treefc7b233ebe46104c743036a8381a5d6d671d5913
parent1a80f35636b70a4f40e0568fbef31b3764035f6f
Ensure LOAD_SHARED/STORE_SHARED semantic is used in QSBR RCU

Ensures all volatile accesses are indeed volatile.
On architectures without coherent caches, will perform the proper cache flushes
when needed.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
urcu-qsbr-static.h
urcu-qsbr.c
This page took 0.024575 seconds and 4 git commands to generate.