From: Will Deacon Date: Fri, 2 May 2014 15:24:10 +0000 (+0100) Subject: arm64: barriers: make use of barrier options with explicit barriers X-Git-Tag: omap-for-v3.16/fixes-against-rc1~91^2~10^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98f7685ee69f871ba991089cb9685f0da07517ea;p=pandora-kernel.git arm64: barriers: make use of barrier options with explicit barriers When calling our low-level barrier macros directly, we can often suffice with more relaxed behaviour than the default "all accesses, full system" option. This patch updates the users of dsb() to specify the option which they actually require. Acked-by: Catalin Marinas Signed-off-by: Will Deacon Signed-off-by: Catalin Marinas --- Reading git-diff-tree failed