lkml.org 
[lkml]   [2017]   [Jun]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[patch 01/55] x86/apic: Add name to irq chip
    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,

    \
     
     \ /
      Last update: 2017-06-20 02:13    [W:2.599 / U:0.004 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site