Skip to content
Snippets Groups Projects
Commit a9554c3a authored by Thomas Gleixner's avatar Thomas Gleixner Committed by David Howells
Browse files

frv: Select GENERIC_HARDIRQS_NO_DEPRECATED


All chips converted

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
parent 12516469
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@ config FRV
select HAVE_IRQ_WORK
select HAVE_PERF_EVENTS
select HAVE_GENERIC_HARDIRQS
select GENERIC_HARDIRQS_NO_DEPRECATED
config ZONE_DMA
bool
......
......@@ -74,7 +74,8 @@ int show_interrupts(struct seq_file *p, void *v)
seq_printf(p, "%3d: ", i);
for_each_present_cpu(cpu)
seq_printf(p, "%10u ", kstat_irqs_cpu(i, cpu));
seq_printf(p, " %10s", irq_desc[i].chip->name ? : "-");
seq_printf(p, " %10s",
irq_desc[i].irq_data.chip->name ? : "-");
seq_printf(p, " %s", action->name);
for (action = action->next;
action;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment