frv: Select GENERIC_HARDIRQS_NO_DEPRECATED

All chips converted

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: David Howells <dhowells@redhat.com>

authored by Thomas Gleixner and committed by David Howells a9554c3a 12516469

+3 -1
+1
arch/frv/Kconfig
··· 6 select HAVE_IRQ_WORK 7 select HAVE_PERF_EVENTS 8 select HAVE_GENERIC_HARDIRQS 9 10 config ZONE_DMA 11 bool
··· 6 select HAVE_IRQ_WORK 7 select HAVE_PERF_EVENTS 8 select HAVE_GENERIC_HARDIRQS 9 + select GENERIC_HARDIRQS_NO_DEPRECATED 10 11 config ZONE_DMA 12 bool
+2 -1
arch/frv/kernel/irq.c
··· 74 seq_printf(p, "%3d: ", i); 75 for_each_present_cpu(cpu) 76 seq_printf(p, "%10u ", kstat_irqs_cpu(i, cpu)); 77 - seq_printf(p, " %10s", irq_desc[i].chip->name ? : "-"); 78 seq_printf(p, " %s", action->name); 79 for (action = action->next; 80 action;
··· 74 seq_printf(p, "%3d: ", i); 75 for_each_present_cpu(cpu) 76 seq_printf(p, "%10u ", kstat_irqs_cpu(i, cpu)); 77 + seq_printf(p, " %10s", 78 + irq_desc[i].irq_data.chip->name ? : "-"); 79 seq_printf(p, " %s", action->name); 80 for (action = action->next; 81 action;