Support architectures with non-coherent caches
authorMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Thu, 12 Feb 2009 21:29:55 +0000 (16:29 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Thu, 12 Feb 2009 21:29:55 +0000 (16:29 -0500)
commit3a86deba85b5b8bfca24b61610295a764b8f7602
treee9605408b29908bb602a190800766a61cb6cc86b
parent82faadb56d6001ee1dc0bc5b3f22de49cd0ec2fe
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 <mathieu.desnoyers@polymtl.ca>
urcu.c
urcu.h
This page took 0.024571 seconds and 4 git commands to generate.