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

Commit 8947dfb2 authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

x86/apic: Add name to irq chip



Add the missing name, so debugging will work proper.

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Cc: Jens Axboe <axboe@kernel.dk>
Cc: Marc Zyngier <marc.zyngier@arm.com>
Cc: Michael Ellerman <mpe@ellerman.id.au>
Cc: Keith Busch <keith.busch@intel.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Christoph Hellwig <hch@lst.de>
Link: http://lkml.kernel.org/r/20170619235443.266561988@linutronix.de


Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 30fd8fc5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -534,6 +534,7 @@ static int apic_set_affinity(struct irq_data *irq_data,
}

static struct irq_chip lapic_controller = {
	.name			= "APIC",
	.irq_ack		= apic_ack_edge,
	.irq_set_affinity	= apic_set_affinity,
	.irq_retrigger		= apic_retrigger_irq,