Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1670117

[patch 01/55] x86/apic: Add name to irq chip

From Thomas Gleixner <tglx@linutronix.de>
Newsgroups linux.kernel
Subject [patch 01/55] x86/apic: Add name to irq chip
Date 2017-06-20 02:20 +0200
Message-ID <tUf3I-1jp-37@gated-at.bofh.it> (permalink)
References <tUeKl-Xe-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Add the missing name, so debugging will work proper.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
---
 arch/x86/kernel/apic/vector.c |    1 +
 1 file changed, 1 insertion(+)

--- a/arch/x86/kernel/apic/vector.c
+++ b/arch/x86/kernel/apic/vector.c
@@ -534,6 +534,7 @@ static int apic_set_affinity(struct irq_
 }
 
 static struct irq_chip lapic_controller = {
+	.name			= "APIC",
 	.irq_ack		= apic_ack_edge,
 	.irq_set_affinity	= apic_set_affinity,
 	.irq_retrigger		= apic_retrigger_irq,

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[patch 00/55] genirq: Debuggability,  consolidation and managed affinities Thomas Gleixner <tglx@linutronix.de> - 2017-06-20 02:20 +0200
  [patch 01/55] x86/apic: Add name to irq chip Thomas Gleixner <tglx@linutronix.de> - 2017-06-20 02:20 +0200
    [tip:irq/core] x86/apic: Add name to irq chip tip-bot for Thomas Gleixner <tipbot@zytor.com> - 2017-06-22 18:50 +0200
  [patch 04/55] genirq/msi: Prevent overwriting domain name Thomas Gleixner <tglx@linutronix.de> - 2017-06-20 02:20 +0200
    [tip:irq/core] genirq/msi: Prevent overwriting domain name tip-bot for Thomas Gleixner <tipbot@zytor.com> - 2017-06-22 18:50 +0200
  Re: [patch 00/55] genirq: Debuggability, consolidation and managed         affinities Christoph Hellwig <hch@lst.de> - 2017-06-20 11:30 +0200

csiph-web