]> Pileus Git - ~andy/linux/commit
iommu/arm-smmu: add support for IOMMU_EXEC
authorWill Deacon <will.deacon@arm.com>
Tue, 5 Nov 2013 16:32:00 +0000 (16:32 +0000)
committerWill Deacon <will.deacon@arm.com>
Mon, 16 Dec 2013 19:30:32 +0000 (19:30 +0000)
commitcf2d45b19ddb361241f36d8c9f3d0b234a18459b
tree3ba3e912a2b32f0c168f6b464ad8739eccc735b5
parentca13bb3d4e54f5c30089e55d5b8f4bb80c8f05e2
iommu/arm-smmu: add support for IOMMU_EXEC

Previously, all of our mappings were marked as executable, which isn't
usually required. Now that we have the IOMMU_EXEC flag, use that to
determine whether or not a mapping should be marked as executable.

Signed-off-by: Will Deacon <will.deacon@arm.com>
drivers/iommu/arm-smmu.c