ARM: 7950/1: mm: Fix stage-2 device memory attributes
authorChristoffer Dall <christoffer.dall@linaro.org>
Sun, 2 Feb 2014 21:21:31 +0000 (22:21 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 10 Feb 2014 11:44:05 +0000 (11:44 +0000)
commit4d9c5b89cf3605bbc39c6e274351ff25f0d83e6a
tree373136b67684e57583226d09149fff10cb2db5f5
parent87f9260bf1fb7ec4c3f88c6bb353df17ca1e1c19
ARM: 7950/1: mm: Fix stage-2 device memory attributes

The stage-2 memory attributes are distinct from the Hyp memory
attributes and the Stage-1 memory attributes.  We were using the stage-1
memory attributes for stage-2 mappings causing device mappings to be
mapped as normal memory.  Add the S2 equivalent defines for memory
attributes and fix the comments explaining the defines while at it.

Add a prot_pte_s2 field to the mem_type struct and fill out the field
for device mappings accordingly.

Cc: <stable@vger.kernel.org> [3.9+]
Acked-by: Marc Zyngier <marc.zyngier@arm.com>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/include/asm/pgtable-3level.h
arch/arm/mm/mm.h
arch/arm/mm/mmu.c