|
@@ -57,6 +57,7 @@ int show_interrupts(struct seq_file *p, void *v)
|
|
|
seq_printf(p, "%3d: ", i);
|
|
|
for_each_online_cpu(cpu)
|
|
|
seq_printf(p, "%10u ", kstat_cpu(cpu).irqs[i]);
|
|
|
+ seq_printf(p, " %8s", irq_desc[i].chip->name ? : "-");
|
|
|
seq_printf(p, " %s", action->name);
|
|
|
for (action = action->next; action; action = action->next)
|
|
|
seq_printf(p, ", %s", action->name);
|