Browse Source

iommu/amd: Remove obsolete comment line

IRQ_DELAYED_DISABLE does not exist anymore. So this comment
is obsolete.

Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Joerg Roedel 12 years ago
parent
commit
44229b13bd
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/iommu/amd_iommu.c

+ 0 - 1
drivers/iommu/amd_iommu.c

@@ -4061,7 +4061,6 @@ static int setup_ioapic_entry(int irq, struct IO_APIC_route_entry *entry,
 
 	/*
 	 * Mask level triggered irqs.
-	 * Use IRQ_DELAYED_DISABLE for edge triggered irqs.
 	 */
 	if (attr->trigger)
 		entry->mask = 1;