commit | cf2d45b19ddb361241f36d8c9f3d0b234a18459b | [log] [tgz] |
---|---|---|
author | Will Deacon <will.deacon@arm.com> | Tue Nov 05 16:32:00 2013 +0000 |
committer | Will Deacon <will.deacon@arm.com> | Mon Dec 16 19:30:32 2013 +0000 |
tree | 3ba3e912a2b32f0c168f6b464ad8739eccc735b5 | |
parent | ca13bb3d4e54f5c30089e55d5b8f4bb80c8f05e2 [diff] |
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>