Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 44229b13 authored by Joerg Roedel's avatar Joerg Roedel
Browse files

iommu/amd: Remove obsolete comment line



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

Signed-off-by: default avatarJoerg Roedel <joerg.roedel@amd.com>
parent 821f0f68
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;