commit | a8b8a88a9e3042d41326c854272c881664acba1c | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joro@8bytes.org> | Tue Jan 29 14:36:31 2013 +0100 |
committer | Joerg Roedel <joro@8bytes.org> | Wed Feb 06 10:46:53 2013 +0100 |
tree | 29d248095fd155a769b9b358bfc6331310878dd3 | |
parent | 097e3635dc35d1cfc14057f8006f1b1f0eaf1987 [diff] |
iommu: Make sure DOMAIN_ATTR_MAX is really the maximum Move it to the end of the list. Signed-off-by: Joerg Roedel <joro@8bytes.org>
diff --git a/include/linux/iommu.h b/include/linux/iommu.h index f3b99e1..7e6ce72 100644 --- a/include/linux/iommu.h +++ b/include/linux/iommu.h
@@ -58,8 +58,8 @@ #define IOMMU_CAP_INTR_REMAP 0x2 /* isolates device intrs */ enum iommu_attr { - DOMAIN_ATTR_MAX, DOMAIN_ATTR_GEOMETRY, + DOMAIN_ATTR_MAX, }; #ifdef CONFIG_IOMMU_API