From: Jason Wessel Date: Wed, 4 May 2011 19:14:14 +0000 (-0400) Subject: arm: put CONFIG_RCU_ARM_HAVE_DMB in the global config.h X-Git-Tag: v0.6.0~48 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=e95ee42934238b371441a463d56f73899ce62867;hp=e95ee42934238b371441a463d56f73899ce62867;p=urcu.git arm: put CONFIG_RCU_ARM_HAVE_DMB in the global config.h Change CONFIG_ARM_HAVE_DMB to CONFIG_RCU_ARM_HAVE_DMB while at the same time making it seen as a global setting in urch/config.h. The initial ARM < v7 work missed this setting, which allowed the URCU to package to build correctly, but exposed the memorry barriers defines incorrectly for other applications using the URCU headers. Signed-off-by: Jason Wessel Signed-off-by: Mathieu Desnoyers ---