Skip to content

Commit c47e285

Browse files
Suresh SiddhaLinus Torvalds
authored andcommitted
x86_64: set the irq_chip name for lapic
set the irq_chip name for lapic. Signed-off-by: Suresh Siddha <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent f436ab4 commit c47e285

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/x86_64/kernel/io_apic.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1492,6 +1492,7 @@ static void ack_lapic_irq (unsigned int irq)
14921492
static void end_lapic_irq (unsigned int i) { /* nothing */ }
14931493

14941494
static struct hw_interrupt_type lapic_irq_type __read_mostly = {
1495+
.name = "local-APIC",
14951496
.typename = "local-APIC-edge",
14961497
.startup = NULL, /* startup_irq() not used for IRQ0 */
14971498
.shutdown = NULL, /* shutdown_irq() not used for IRQ0 */

0 commit comments

Comments
 (0)