Loading arch/mn10300/Kconfig +1 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ config MN10300 def_bool y select HAVE_OPROFILE select HAVE_GENERIC_HARDIRQS select GENERIC_HARDIRQS_NO_DEPRECATED config AM33_2 def_bool n Loading arch/mn10300/kernel/cevt-mn10300.c +3 −3 Original line number Diff line number Diff line Loading @@ -111,9 +111,9 @@ int __init init_clockevents(void) #if defined(CONFIG_SMP) && !defined(CONFIG_GENERIC_CLOCKEVENTS_BROADCAST) /* setup timer irq affinity so it only runs on this cpu */ { struct irq_desc *desc; desc = irq_to_desc(cd->irq); cpumask_copy(desc->affinity, cpumask_of(cpu)); struct irq_data *data; data = irq_get_irq_data(cd->irq); cpumask_copy(data->affinity, cpumask_of(cpu)); iact->flags |= IRQF_NOBALANCING; } #endif Loading arch/mn10300/kernel/irq.c +2 −2 Original line number Diff line number Diff line Loading @@ -363,12 +363,12 @@ int show_interrupts(struct seq_file *p, void *v) if (i < NR_CPU_IRQS) seq_printf(p, " %14s.%u", irq_desc[i].chip->name, irq_desc[i].irq_data.chip->name, (GxICR(i) & GxICR_LEVEL) >> GxICR_LEVEL_SHIFT); else seq_printf(p, " %14s", irq_desc[i].chip->name); irq_desc[i].irq_data.chip->name); seq_printf(p, " %s", action->name); Loading Loading
arch/mn10300/Kconfig +1 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ config MN10300 def_bool y select HAVE_OPROFILE select HAVE_GENERIC_HARDIRQS select GENERIC_HARDIRQS_NO_DEPRECATED config AM33_2 def_bool n Loading
arch/mn10300/kernel/cevt-mn10300.c +3 −3 Original line number Diff line number Diff line Loading @@ -111,9 +111,9 @@ int __init init_clockevents(void) #if defined(CONFIG_SMP) && !defined(CONFIG_GENERIC_CLOCKEVENTS_BROADCAST) /* setup timer irq affinity so it only runs on this cpu */ { struct irq_desc *desc; desc = irq_to_desc(cd->irq); cpumask_copy(desc->affinity, cpumask_of(cpu)); struct irq_data *data; data = irq_get_irq_data(cd->irq); cpumask_copy(data->affinity, cpumask_of(cpu)); iact->flags |= IRQF_NOBALANCING; } #endif Loading
arch/mn10300/kernel/irq.c +2 −2 Original line number Diff line number Diff line Loading @@ -363,12 +363,12 @@ int show_interrupts(struct seq_file *p, void *v) if (i < NR_CPU_IRQS) seq_printf(p, " %14s.%u", irq_desc[i].chip->name, irq_desc[i].irq_data.chip->name, (GxICR(i) & GxICR_LEVEL) >> GxICR_LEVEL_SHIFT); else seq_printf(p, " %14s", irq_desc[i].chip->name); irq_desc[i].irq_data.chip->name); seq_printf(p, " %s", action->name); Loading