Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c47e285d authored by Suresh Siddha's avatar Suresh Siddha Committed by Linus Torvalds
Browse files

x86_64: set the irq_chip name for lapic



set the irq_chip name for lapic.

Signed-off-by: default avatarSuresh Siddha <suresh.b.siddha@intel.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent f436ab43
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1492,6 +1492,7 @@ static void ack_lapic_irq (unsigned int irq)
static void end_lapic_irq (unsigned int i) { /* nothing */ }

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