From: Jason Wessel Date: Mon, 28 Feb 2011 16:34:10 +0000 (-0500) Subject: Add a test for the dmb instruction on ARM X-Git-Tag: v0.5.3~6 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=5e626e0ea1c03a239cca95bf8c3fc9d4fbebde12;hp=5e626e0ea1c03a239cca95bf8c3fc9d4fbebde12;p=urcu.git 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 Signed-off-by: Mathieu Desnoyers ---