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 <mlevitsk@redhat.com> Link: https://lore.kernel.org/r/20211123161038.48009-6-mlevitsk@redhat.com Signed-off-by: Joerg Roedel <jroedel@suse.de>
1 parent 1980105 commit 575f5cf

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

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)