frv: Select GENERIC_HARDIRQS_NO_DEPRECATED
authorThomas Gleixner <tglx@linutronix.de>
Tue, 29 Mar 2011 13:05:13 +0000 (14:05 +0100)
committerDavid Howells <dhowells@redhat.com>
Tue, 29 Mar 2011 13:05:13 +0000 (14:05 +0100)
All chips converted

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: David Howells <dhowells@redhat.com>
arch/frv/Kconfig
arch/frv/kernel/irq.c

index 968a330..3824132 100644 (file)
@@ -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
index deaba56..d2365a7 100644 (file)
@@ -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;