projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
821f0f6
)
iommu/amd: Remove obsolete comment line
author
Joerg Roedel
<joerg.roedel@amd.com>
Tue, 2 Oct 2012 12:38:48 +0000
(14:38 +0200)
committer
Joerg Roedel
<joerg.roedel@amd.com>
Tue, 2 Oct 2012 12:38:48 +0000
(14:38 +0200)
IRQ_DELAYED_DISABLE does not exist anymore. So this comment
is obsolete.
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
drivers/iommu/amd_iommu.c
patch
|
blob
|
history
diff --git
a/drivers/iommu/amd_iommu.c
b/drivers/iommu/amd_iommu.c
index ff16c5ece7354af3f5cb4f0db13531aa25d6b987..b4e525908e6613485a680cfe5b43aa391df0ca46 100644
(file)
--- 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;