[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1359983924-28952-2-git-send-email-joro@8bytes.org>
Date: Mon, 4 Feb 2013 14:18:39 +0100
From: Joerg Roedel <joro@...tes.org>
To: Sethi Varun-B16395 <B16395@...escale.com>,
Stuart Yoder <b08248@...il.com>
Cc: iommu@...ts.linux-foundation.org, linux-kernel@...r.kernel.org,
Joerg Roedel <joro@...tes.org>
Subject: [PATCH 1/5] iommu: Make sure DOMAIN_ATTR_MAX is really the maximum
Move it to the end of the list.
Signed-off-by: Joerg Roedel <joro@...tes.org>
---
include/linux/iommu.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 @@ struct iommu_domain {
#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
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists