aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic/io_apic.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/apic/io_apic.c')
-rw-r--r--arch/x86/kernel/apic/io_apic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/apic/io_apic.c b/arch/x86/kernel/apic/io_apic.c
index 95e03701106a..29d0752d9517 100644
--- a/arch/x86/kernel/apic/io_apic.c
+++ b/arch/x86/kernel/apic/io_apic.c
@@ -3568,7 +3568,7 @@ static int dmar_msi_set_affinity(unsigned int irq, const struct cpumask *mask)
3568 3568
3569#endif /* CONFIG_SMP */ 3569#endif /* CONFIG_SMP */
3570 3570
3571struct irq_chip dmar_msi_type = { 3571static struct irq_chip dmar_msi_type = {
3572 .name = "DMAR_MSI", 3572 .name = "DMAR_MSI",
3573 .unmask = dmar_msi_unmask, 3573 .unmask = dmar_msi_unmask,
3574 .mask = dmar_msi_mask, 3574 .mask = dmar_msi_mask,