intel-iommu: Remove obsolete comment from detect_intel_iommu
authorJan Kiszka <jan.kiszka@siemens.com>
Sun, 15 May 2011 10:34:55 +0000 (12:34 +0200)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Tue, 24 May 2011 12:08:31 +0000 (13:08 +0100)
Since cacd4213d8, this comment no longer applies.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/pci/dmar.c

index 12e02bf92c4ac81f8fce8b8c18e96dc298e05b2d..3dc9befa5aec06343691474420ad203963119bdb 100644 (file)
@@ -698,12 +698,7 @@ int __init detect_intel_iommu(void)
        {
 #ifdef CONFIG_INTR_REMAP
                struct acpi_table_dmar *dmar;
-               /*
-                * for now we will disable dma-remapping when interrupt
-                * remapping is enabled.
-                * When support for queued invalidation for IOTLB invalidation
-                * is added, we will not need this any more.
-                */
+
                dmar = (struct acpi_table_dmar *) dmar_tbl;
                if (ret && cpu_has_x2apic && dmar->flags & 0x1)
                        printk(KERN_INFO