Catalin Marinas 196adf2f30 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 <catalin.marinas@arm.com>
2014-03-24 10:35:35 +00:00
..
2012-09-17 13:41:58 +01:00
2013-06-07 17:58:30 +01:00
2014-02-27 14:11:53 +00:00
2013-06-14 09:52:40 +01:00
2013-06-07 17:58:30 +01:00
2013-07-10 18:11:34 -07:00
2014-02-05 10:45:07 +00:00