diff options
Diffstat (limited to 'include/linux/iommu.h')
-rw-r--r-- | include/linux/iommu.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/iommu.h b/include/linux/iommu.h index b29a5982e1c3..7a7bd15e54f1 100644 --- a/include/linux/iommu.h +++ b/include/linux/iommu.h | |||
@@ -28,7 +28,7 @@ | |||
28 | #define IOMMU_READ (1 << 0) | 28 | #define IOMMU_READ (1 << 0) |
29 | #define IOMMU_WRITE (1 << 1) | 29 | #define IOMMU_WRITE (1 << 1) |
30 | #define IOMMU_CACHE (1 << 2) /* DMA cache coherency */ | 30 | #define IOMMU_CACHE (1 << 2) /* DMA cache coherency */ |
31 | #define IOMMU_EXEC (1 << 3) | 31 | #define IOMMU_NOEXEC (1 << 3) |
32 | 32 | ||
33 | struct iommu_ops; | 33 | struct iommu_ops; |
34 | struct iommu_group; | 34 | struct iommu_group; |
@@ -62,6 +62,7 @@ enum iommu_cap { | |||
62 | IOMMU_CAP_CACHE_COHERENCY, /* IOMMU can enforce cache coherent DMA | 62 | IOMMU_CAP_CACHE_COHERENCY, /* IOMMU can enforce cache coherent DMA |
63 | transactions */ | 63 | transactions */ |
64 | IOMMU_CAP_INTR_REMAP, /* IOMMU supports interrupt isolation */ | 64 | IOMMU_CAP_INTR_REMAP, /* IOMMU supports interrupt isolation */ |
65 | IOMMU_CAP_NOEXEC, /* IOMMU_NOEXEC flag */ | ||
65 | }; | 66 | }; |
66 | 67 | ||
67 | /* | 68 | /* |