From: Catalin Marinas Date: Wed, 12 Mar 2014 16:28:09 +0000 (+0000) Subject: arm64: Do not synchronise I and D caches for special ptes X-Git-Tag: v3.15-rc1~164^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71fdb6bf61bf0692f004f9daf5650392c0cfe300;p=pandora-kernel.git arm64: Do not synchronise I and D caches for special ptes Special pte mappings are not intended to be executable and do not even have an associated struct page. This patch ensures that we do not call __sync_icache_dcache() on such ptes. Signed-off-by: Catalin Marinas Reported-by: Steve Capper Tested-by: Laura Abbott Tested-by: Bharat Bhushan Cc: --- Reading git-diff-tree failed