From: Leela Krishna Amudala Date: Fri, 9 May 2014 13:51:04 +0000 (+0900) Subject: ARM: EXYNOS: use v7_exit_coherency_flush macro for cache disabling X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~45^2~1^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75ad2ab28f0f;p=pandora-kernel.git ARM: EXYNOS: use v7_exit_coherency_flush macro for cache disabling A common macro v7_exit_coherency_flush available which does the below tasks in the seqeunce. -clearing C bit -clearing L1 cache -exit SMP -instruction and data synchronization So removing the local functions which does the same thing and use the macro instead. Signed-off-by: Leela Krishna Amudala Acked-by: Nicolas Pitre [cw00.choi@samsung.com: tested on exynos3250 based board] Tested-by: Chanwoo Choi Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed