Skip to content

Commit 575f5cf

Browse files
Maxim Levitskyjoergroedel
authored andcommitted
iommu/amd: Remove useless irq affinity notifier
iommu->intcapxt_notify field is no longer used after a switch to a separate domain was done Fixes: d1adcfb ("iommu/amd: Fix IOMMU interrupt generation in X2APIC mode") Signed-off-by: Maxim Levitsky <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Joerg Roedel <[email protected]>
1 parent 1980105 commit 575f5cf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/iommu/amd/amd_iommu_types.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -645,8 +645,6 @@ struct amd_iommu {
645645
/* DebugFS Info */
646646
struct dentry *debugfs;
647647
#endif
648-
/* IRQ notifier for IntCapXT interrupt */
649-
struct irq_affinity_notify intcapxt_notify;
650648
};
651649

652650
static inline struct amd_iommu *dev_to_amd_iommu(struct device *dev)

0 commit comments

Comments
 (0)