We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f436ab4 commit c47e285Copy full SHA for c47e285
arch/x86_64/kernel/io_apic.c
@@ -1492,6 +1492,7 @@ static void ack_lapic_irq (unsigned int irq)
1492
static void end_lapic_irq (unsigned int i) { /* nothing */ }
1493
1494
static struct hw_interrupt_type lapic_irq_type __read_mostly = {
1495
+ .name = "local-APIC",
1496
.typename = "local-APIC-edge",
1497
.startup = NULL, /* startup_irq() not used for IRQ0 */
1498
.shutdown = NULL, /* shutdown_irq() not used for IRQ0 */
0 commit comments