diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2016-11-15 04:07:45 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-11-15 04:07:44 -0800 |
| commit | 24eb8e096325442dc839a093770fc76129684ba3 (patch) | |
| tree | ce61f47f7093818392e782120eee8373c99f74de /include/linux | |
| parent | 126f5e5e99e5e06c66ab663296776599d1374e63 (diff) | |
| parent | b40f602bfa240777ab4ffaa1218031dac4e81aa7 (diff) | |
Merge "iommu/arm-smmu: support mapping before enabling S1 translations"
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/iommu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/iommu.h b/include/linux/iommu.h index c34a68ce901a..d33e10784b23 100644 --- a/include/linux/iommu.h +++ b/include/linux/iommu.h @@ -133,6 +133,7 @@ enum iommu_attr { DOMAIN_ATTR_S1_BYPASS, DOMAIN_ATTR_FAST, DOMAIN_ATTR_PGTBL_INFO, + DOMAIN_ATTR_EARLY_MAP, DOMAIN_ATTR_MAX, }; |
