diff options
| author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-04-25 21:48:54 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-04-25 21:48:53 -0700 |
| commit | 22c29693e88599352c622727973e2aae428ea54c (patch) | |
| tree | 845ce2a98b3a8072b92e019f8ee5b3c3ffbe53a4 /include/linux | |
| parent | 94bc5fd5e82c08155450de64c09b8d47568e0d20 (diff) | |
| parent | ad3b1dcc9393ae156f3714110070cf0afb1ef1c4 (diff) | |
Merge "iommu: disable smmu stalls on faulty transactions"
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 c4c25651ff21..55ae8b928411 100644 --- a/include/linux/iommu.h +++ b/include/linux/iommu.h @@ -137,6 +137,7 @@ enum iommu_attr { DOMAIN_ATTR_PAGE_TABLE_IS_COHERENT, DOMAIN_ATTR_PAGE_TABLE_FORCE_COHERENT, DOMAIN_ATTR_ENABLE_TTBR1, + DOMAIN_ATTR_CB_STALL_DISABLE, DOMAIN_ATTR_MAX, }; |
