Add a test for the dmb instruction on ARM
authorJason Wessel <jason.wessel@windriver.com>
Mon, 28 Feb 2011 16:34:10 +0000 (11:34 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 28 Feb 2011 16:34:10 +0000 (11:34 -0500)
commit5e626e0ea1c03a239cca95bf8c3fc9d4fbebde12
tree7755891631500c1386ae5314d728f3ef537c1a35
parent6aca01252647cb7f035ae731d2ce3cf1b02ab501
Add a test for the dmb instruction on ARM

The dmb instruction is used to implement a memory barrier on modern
ARM hardware.  The older generations of processors which are included
in single processor systems can get by on the generic implementation
of the cmm_mb().  This will allow the user space rcu to work on many
other ARM systems.

Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
configure.ac
urcu/arch_arm.h
This page took 0.025008 seconds and 4 git commands to generate.