diff options
author | Suresh Siddha <suresh.b.siddha@intel.com> | 2012-03-30 14:47:07 -0400 |
---|---|---|
committer | Joerg Roedel <joerg.roedel@amd.com> | 2012-05-07 08:35:00 -0400 |
commit | 95a02e976c39d63716b8c7c226bc530a2041536f (patch) | |
tree | 8c8992e117ad625491f3233f71674e40825474da /drivers/iommu/intel-iommu.c | |
parent | 263b5e8629c9ce21c9cd4c0e29c097afb1c10ef3 (diff) |
iommu: rename intr_remapping references to irq_remapping
Make the code consistent with the naming conventions of irq subsystem.
Signed-off-by: Suresh Siddha <suresh.b.siddha@intel.com>
Cc: Joerg Roedel <joerg.roedel@amd.com>
Cc: Yinghai Lu <yinghai@kernel.org>
Cc: David Woodhouse <dwmw2@infradead.org>
Cc: Alex Williamson <alex.williamson@redhat.com>
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Diffstat (limited to 'drivers/iommu/intel-iommu.c')
-rw-r--r-- | drivers/iommu/intel-iommu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iommu/intel-iommu.c b/drivers/iommu/intel-iommu.c index e1439808192c..cef5b8226f3d 100644 --- a/drivers/iommu/intel-iommu.c +++ b/drivers/iommu/intel-iommu.c | |||
@@ -4083,7 +4083,7 @@ static int intel_iommu_domain_has_cap(struct iommu_domain *domain, | |||
4083 | if (cap == IOMMU_CAP_CACHE_COHERENCY) | 4083 | if (cap == IOMMU_CAP_CACHE_COHERENCY) |
4084 | return dmar_domain->iommu_snooping; | 4084 | return dmar_domain->iommu_snooping; |
4085 | if (cap == IOMMU_CAP_INTR_REMAP) | 4085 | if (cap == IOMMU_CAP_INTR_REMAP) |
4086 | return intr_remapping_enabled; | 4086 | return irq_remapping_enabled; |
4087 | 4087 | ||
4088 | return 0; | 4088 | return 0; |
4089 | } | 4089 | } |