From: Joerg Roedel Date: Tue, 2 Oct 2012 12:38:48 +0000 (+0200) Subject: iommu/amd: Remove obsolete comment line X-Git-Tag: v3.7-rc1~93^2^6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=44229b13bd74514ace76f7df40b388820a237288;p=thirdparty%2Fkernel%2Flinux.git iommu/amd: Remove obsolete comment line IRQ_DELAYED_DISABLE does not exist anymore. So this comment is obsolete. Signed-off-by: Joerg Roedel --- diff --git a/drivers/iommu/amd_iommu.c b/drivers/iommu/amd_iommu.c index ff16c5ece7354..b4e525908e661 100644 --- a/drivers/iommu/amd_iommu.c +++ b/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;