From: Catalin Marinas Date: Mon, 24 Mar 2014 10:35:35 +0000 (+0000) Subject: arm64: Remove pgprot_dmacoherent() X-Git-Tag: v3.15-rc1~164^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=196adf2f3015eacac0567278ba538e3ffdd16d0e;p=pandora-kernel.git arm64: Remove pgprot_dmacoherent() Since this macro is identical to pgprot_writecombine() and is only used in a single place, remove it completely to avoid confusion. On ARMv7+ processors, the coherent DMA mapping must be Normal NonCacheable (a.k.a. writecombine) to avoid mismatched hardware attribute aliases (with the kernel linear mapping as Normal Cacheable). Signed-off-by: Catalin Marinas --- Reading git-diff-tree failed