From: Mathieu Desnoyers Date: Thu, 12 Feb 2009 21:29:55 +0000 (-0500) Subject: Support architectures with non-coherent caches X-Git-Tag: v0.1~287 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=3a86deba85b5b8bfca24b61610295a764b8f7602;hp=3a86deba85b5b8bfca24b61610295a764b8f7602;p=urcu.git Support architectures with non-coherent caches Add wmc(), rmc() and mc() which turns into barrier() or cache flush depending on the architecture. mb(), rmb() and wmb() turns into memory barriers or cache flush depending on the architecture. Signed-off-by: Mathieu Desnoyers ---