diff options
author | 2018-10-01 17:28:13 +0200 | |
---|---|---|
committer | 2018-10-01 17:28:13 +0200 | |
commit | 6f20a97e0979cfc1878ebfd85a6ee69a962e546f (patch) | |
tree | e3074bde20ec8f0541e84f718aa3f26c8a5aa71d /include | |
parent | Linux 4.19-rc6 (diff) | |
parent | iommu/arm-smmu: Support non-strict mode (diff) | |
download | wireguard-linux-6f20a97e0979cfc1878ebfd85a6ee69a962e546f.tar.xz wireguard-linux-6f20a97e0979cfc1878ebfd85a6ee69a962e546f.zip |
Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into arm/smmu
Diffstat (limited to 'include')
-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 87994c265bf5..decabe8e8dbe 100644 --- a/include/linux/iommu.h +++ b/include/linux/iommu.h @@ -124,6 +124,7 @@ enum iommu_attr { DOMAIN_ATTR_FSL_PAMU_ENABLE, DOMAIN_ATTR_FSL_PAMUV1, DOMAIN_ATTR_NESTING, /* two stages of translation */ + DOMAIN_ATTR_DMA_USE_FLUSH_QUEUE, DOMAIN_ATTR_MAX, }; |