From: Nicolas Pitre Date: Tue, 23 Apr 2013 20:45:40 +0000 (-0400) Subject: ARM: cacheflush: add synchronization helpers for mixed cache state accesses X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~51^2~3^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c91e7e07ebf08092bf8e28d8cd8d420732fc716;p=pandora-kernel.git ARM: cacheflush: add synchronization helpers for mixed cache state accesses Algorithms used by the MCPM layer rely on state variables which are accessed while the cache is either active or inactive, depending on the code path and the active state. This patch introduces generic cache maintenance helpers to provide the necessary cache synchronization for such state variables to always hit main memory in an ordered way. Signed-off-by: Nicolas Pitre Acked-by: Russell King Acked-by: Dave Martin --- Reading git-diff-tree failed