diff options
Diffstat (limited to 'arch/x86/kernel/io_apic_32.c')
-rw-r--r-- | arch/x86/kernel/io_apic_32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/io_apic_32.c b/arch/x86/kernel/io_apic_32.c index 7c7d88ebb96..7064500f00f 100644 --- a/arch/x86/kernel/io_apic_32.c +++ b/arch/x86/kernel/io_apic_32.c | |||
@@ -2037,7 +2037,7 @@ static void unmask_lapic_irq (unsigned int irq) | |||
2037 | } | 2037 | } |
2038 | 2038 | ||
2039 | static struct irq_chip lapic_chip __read_mostly = { | 2039 | static struct irq_chip lapic_chip __read_mostly = { |
2040 | .name = "local-APIC-edge", | 2040 | .name = "local-APIC", |
2041 | .mask = mask_lapic_irq, | 2041 | .mask = mask_lapic_irq, |
2042 | .unmask = unmask_lapic_irq, | 2042 | .unmask = unmask_lapic_irq, |
2043 | .eoi = ack_apic, | 2043 | .eoi = ack_apic, |