arm64: Fix memory shareability attribute for ioremap_wc/cache
authorCatalin Marinas <catalin.marinas@arm.com>
Thu, 5 Dec 2013 16:56:50 +0000 (16:56 +0000)
committerCatalin Marinas <catalin.marinas@arm.com>
Fri, 6 Dec 2013 17:21:52 +0000 (17:21 +0000)
commit2f7dc6027522499582a520807cb9ffda589de47e
treea66a8bbd89cea0bb39e98638d0d805d72dd4a45d
parent85cc00eaa81dfa0f5bf8076c48f3ee2c2c4a77ba
arm64: Fix memory shareability attribute for ioremap_wc/cache

Write-combine and cacheable mappings use Normal memory on arm64. On SMP
systems, the pte needs the shareability bit which is set in
pgprot_default. Use this for defining PROT_DEFAULT used by ioremap_wc
and ioremap_cache (Device memory is shareable by default, does not need
additional attributes).

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/include/asm/io.h